From 122accc11c0d9960c1ac947a9e5de1dc37690eaa Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Thu, 15 Apr 2021 14:26:56 +0200 Subject: [PATCH] Update AUR PKGBUILD Signed-off-by: Christopher Arndt --- packaging/arch/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index 00c315b..235b935 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -1,16 +1,17 @@ # Maintainer: Christopher Arndt pkgname=jack-matchmaker -pkgver=0.9.0 +pkgver=0.10.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') +depends=('jack') +makedepends=('python-setuptools') source=("https://files.pythonhosted.org/packages/source/j/${pkgname}/${pkgname}-${pkgver}.tar.gz") backup=('etc/conf.d/jack-matchmaker') -sha256sums=('3705cd493fd442738fe5369eff49654022cec681e7fe17c0ece28e064e524368') +sha256sums=('deadbeef') build() { cd "${srcdir}/${pkgname}-${pkgver}"