summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Wolff2016-09-29 16:23:05 +0200
committerJulian Wolff2016-09-29 16:23:05 +0200
commitfde9d770b7d1c385d7015e72e89b2fef2a6867ff (patch)
tree6d64900b020b5e4edcef12d22ed829d63388d8de
parentf6f1886218b783f646bf0beb3e9b88368305dd06 (diff)
downloadaur-fde9d770b7d1c385d7015e72e89b2fef2a6867ff.tar.gz
update PKGBUILD
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 972df1923039..7c77620b0b94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Sep 25 08:13:57 UTC 2016
+# Thu Sep 29 14:22:59 UTC 2016
pkgbase = jackman-git
pkgdesc = Collection of scripts that help managing multiple audio interfaces with Jack
- pkgver = 0.1
+ pkgver = r44.b8fa19b
pkgrel = 1
install = .install
arch = any
- license = GPL
+ license = GPL3
makedepends = git
- depends = jack2
+ depends = jackdbus
depends = alsa-utils
+ depends = python2
depends = systemd
depends = coreutils
optdepends = zenity: system notifications
diff --git a/PKGBUILD b/PKGBUILD
index 7e1dfc7f7b70..e2820ffe9344 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ pkgrel=1
pkgdesc='Collection of scripts that help managing multiple audio interfaces with Jack'
arch=('any')
url=''
-license=('GPL')
+license=('GPL3')
conflicts=(jackman)
provides=(jackman)
-depends=('jack2' 'alsa-utils' 'systemd' 'coreutils')
+depends=('jackdbus' 'alsa-utils' 'python2' 'systemd' 'coreutils')
makedepends=('git')
optdepends=('zenity: system notifications'
'kdebase-kdialog: system notifications')