diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index 99f9fb1..3db11c0 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Christopher Arndt pkgname=jack-matchmaker -pkgver=0.8.1 +pkgver=0.8.2 pkgrel=1 pkgdesc="A command line tool to auto-connect JACK ports matching given patterns." arch=('any') @@ -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=('c593db0871134d456306ebf0b2a6bdf1b51ef4750bf0ef620d05615adb06ee27') +sha256sums=('a864797b3b2a3725d1d3498ea75e3aa12e7cd76d2faf863aeae7e0a0756bbb66') build() { cd "${srcdir}/${pkgname}-${pkgver}"