summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Wolff2017-01-09 11:43:23 +0100
committerJulian Wolff2017-01-09 11:43:23 +0100
commit6873ee4102f2d1e8f3a20fd39280f6ca08a33c51 (patch)
tree6a18ce83865fabf49ad673169af625e751c17e7e
parent1227d4fe6d1cd72b4484fe62eb69618ff9605299 (diff)
downloadaur-6873ee4102f2d1e8f3a20fd39280f6ca08a33c51.tar.gz
update dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 029e13b36963..0b0da37c30f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Oct 1 17:40:09 UTC 2016
+# Mon Jan 9 10:43:17 UTC 2017
pkgbase = jackman-git
pkgdesc = Collection of scripts that help managing multiple audio interfaces with Jack
pkgver = r61.44efc9d
- pkgrel = 2
+ pkgrel = 3
install = .install
arch = any
license = GPL3
@@ -14,7 +14,7 @@ pkgbase = jackman-git
depends = systemd
depends = coreutils
optdepends = zenity: system notifications
- optdepends = kdebase-kdialog: system notifications
+ optdepends = kdialog: system notifications
provides = jackman
conflicts = jackman
source = jackman::git+https://github.com/progwolff/jackman.git
diff --git a/PKGBUILD b/PKGBUILD
index 8a34d51041d0..4f6e3371c33a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julian Wolff <wolff at julianwolff dot de>
pkgname=jackman-git
pkgver=r61.44efc9d
-pkgrel=2
+pkgrel=3
pkgdesc='Collection of scripts that help managing multiple audio interfaces with Jack'
arch=('any')
url=''
@@ -11,7 +11,7 @@ provides=(jackman)
depends=('jackdbus' 'alsa-utils' 'python2-dbus' 'systemd' 'coreutils')
makedepends=('git')
optdepends=('zenity: system notifications'
- 'kdebase-kdialog: system notifications')
+ 'kdialog: system notifications')
source=('jackman::git+https://github.com/progwolff/jackman.git')
md5sums=('SKIP')