Skip to content

Commit

Permalink
Update AUR PKGBUILD
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Arndt <[email protected]>
  • Loading branch information
SpotlightKid committed Apr 15, 2021
1 parent ffc294c commit 122accc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packaging/arch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>

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}"
Expand Down

0 comments on commit 122accc

Please sign in to comment.