Skip to content

Commit

Permalink
Updated PKGBUILD file for release 0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Jan 19, 2020
1 parent 81c89d9 commit 4d15ae5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packaging/arch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>

pkgname=jack-matchmaker
pkgver=0.7.1
pkgrel=3
pkgver=0.8.0
pkgrel=1
pkgdesc="A command line tool to auto-connect JACK ports matching given patterns."
arch=('any')
url="https://github.com/SpotlightKid/jack-matchmaker"
license=('GPL2')
depends=('python-setuptools' 'jack')
source=("https://files.pythonhosted.org/packages/source/j/${pkgname}/${pkgname}-${pkgver}.tar.gz")
backup=('etc/conf.d/jack-matchmaker')
sha256sums=('85fc73519c4fe97ab105e1267dac94adc070f3405245a36d4974881f07bcd92d')
sha256sums=('a5353922d9e966701ea4f14e8b4e055143b7a6a70339ea86eb1b6433d23a7dd8')

build() {
cd "${srcdir}/${pkgname}-${pkgver}"
Expand All @@ -26,5 +26,5 @@ package() {

# systemd service
install -Dm 644 systemd/jack-matchmaker.conf $pkgdir/etc/conf.d/jack-matchmaker
install -Dm 644 systemd/jack-matchmaker.service -t $pkgdir/usr/lib/systemd/user/
install -Dm 644 systemd/jack-matchmaker.service -t $pkgdir/usr/lib/systemd/user
}

0 comments on commit 4d15ae5

Please sign in to comment.