summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2019-05-13 23:24:38 +0200
committerChristopher Arndt2019-05-13 23:24:38 +0200
commit230ea90aa65ef88217740419d1188fc1e6ff84de (patch)
tree08454802d16ae7c025287fb028f4edfad323cedb /PKGBUILD
parent139e894627b2e0b53be2c35741077d7e8081ca1e (diff)
downloadaur-230ea90aa65ef88217740419d1188fc1e6ff84de.tar.gz
New upstream version 0.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e203343cc676..f03336689e0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
pkgname=jack-matchmaker
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc="A command line tool to auto-connect JACK ports matching given patterns."
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/SpotlightKid/jack-matchmaker"
license=('GPL2')
depends=('python-setuptools' 'jack')
source=("https://files.pythonhosted.org/packages/source/j/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('7fde275574f9b618c9cb5dad900379c3dd64bc5f9d5baafb3b2cb140b5d3f1d4')
+sha256sums=('85fc73519c4fe97ab105e1267dac94adc070f3405245a36d4974881f07bcd92d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"