Skip to content

Commit

Permalink
Update PKGBUILD file for release 0.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Aug 5, 2020
1 parent 0712307 commit 6e982fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/arch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>

pkgname=jack-matchmaker
pkgver=0.8.0
pkgver=0.8.1
pkgrel=1
pkgdesc="A command line tool to auto-connect JACK ports matching given patterns."
arch=('any')
Expand All @@ -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=('f763290d485c50c06182e40ddc245ae9b261285b3c21ecb9a4faa5307cb5')
sha256sums=('c593db0871134d456306ebf0b2a6bdf1b51ef4750bf0ef620d05615adb06ee27')

build() {
cd "${srcdir}/${pkgname}-${pkgver}"
Expand Down

0 comments on commit 6e982fd

Please sign in to comment.