summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkikadf2016-09-29 18:54:24 +0200
committerkikadf2016-09-29 18:54:24 +0200
commitf5ef8df07200d2a46f19aa0a52047f9e8c4fc73b (patch)
tree9001d6a3292ebb7375be06fd24dc9703ce8ed70a
parentc5f4df2c427935ddfebe473f196c10a7c335aa13 (diff)
downloadaur-f5ef8df07200d2a46f19aa0a52047f9e8c4fc73b.tar.gz
Fix dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d93a23492131..6e215a6b51db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = plasma5-applets-volumewin7mixer
pkgdesc = A fork of the default volume plasmoid with a Windows 7 theme (vertical sliders)
pkgver = 14
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Zren/plasma-applets/tree/master/org.kde.plasma.volumewin7mixer
arch = any
license = GPL
makedepends = extra-cmake-modules
- depends = plasma-workspace
+ depends = plasma-pa
depends = qt5-declarative
source = https://github.com/Zren/plasma-applets/archive/volumewin7mixer-14.tar.gz
source = https://raw.githubusercontent.com/kikadf/patches/master/plasma5-applets-volumewin7mixer/Add_CMakeLists.patch
diff --git a/PKGBUILD b/PKGBUILD
index 0ac72c063e00..191d7ed8a3a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=plasma5-applets-volumewin7mixer
pkgver=14
-pkgrel=1
+pkgrel=2
pkgdesc="A fork of the default volume plasmoid with a Windows 7 theme (vertical sliders)"
arch=('any')
url="https://github.com/Zren/plasma-applets/tree/master/org.kde.plasma.volumewin7mixer"
license=(GPL)
-depends=('plasma-workspace' 'qt5-declarative')
+depends=('plasma-pa' 'qt5-declarative')
makedepends=('extra-cmake-modules')
source=(https://github.com/Zren/plasma-applets/archive/volumewin7mixer-$pkgver.tar.gz
https://raw.githubusercontent.com/kikadf/patches/master/plasma5-applets-volumewin7mixer/Add_CMakeLists.patch)