From 4d15ae57f578d82996998e2398c64a62bff1432d Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Sun, 19 Jan 2020 18:54:16 +0100 Subject: [PATCH] Updated PKGBUILD file for release 0.8.0 Signed-off-by: Christopher Arndt --- packaging/arch/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index 27d784d..509c526 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Christopher Arndt 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" @@ -10,7 +10,7 @@ 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}" @@ -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 }