summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Wolff2018-10-23 21:09:46 +0200
committerJulian Wolff2018-10-23 21:09:46 +0200
commitca44a0ce13a62396efcb0912f9b3035377dc3611 (patch)
treeec46e56f77d6f5359b83b9c90f289f167fe4728f
parent4984a034026be3ac5e515e63eec073235103ae05 (diff)
downloadaur-ca44a0ce13a62396efcb0912f9b3035377dc3611.tar.gz
remove kdelibs dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f60d4980909e..831c58e63850 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Sep 29 21:13:20 UTC 2016
+# Tue Oct 23 19:09:24 UTC 2018
pkgbase = jackman-kcm-git
pkgdesc = KCM module for jackman, a collection of scripts that help managing multiple audio interfaces with Jack
pkgver = r33.9d24d09
@@ -15,8 +15,8 @@ pkgbase = jackman-kcm-git
depends = jackman
depends = xdg-utils
depends = kdeclarative
- depends = kdelibs
depends = plasma-framework
+ optdepends = mplayer: test sound
provides = jackman-kcm
source = jackman_kcm::git+https://github.com/progwolff/jackman_kcm.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e8bbfd8d9944..02c0226f93a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('i686' 'x86_64')
url="https://github.com/progwolff/jackman_kcm"
provides=('jackman-kcm')
license=("GPL3")
-depends=('jackman' 'xdg-utils' 'kdeclarative' 'kdelibs' 'plasma-framework')
+depends=('jackman' 'xdg-utils' 'kdeclarative' 'plasma-framework')
optdepends=('mplayer: test sound')
makedepends=('git' 'extra-cmake-modules' 'qt5-tools' 'python')
source=('jackman_kcm::git+https://github.com/progwolff/jackman_kcm.git')