summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed4bb8b99cb0..e65a4cdb7929 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=plasma5-applets-volumewin7mixer
pkgver=11
-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"
@@ -10,16 +10,13 @@ license=(GPL)
depends=('plasma-workspace' '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
- https://raw.githubusercontent.com/kikadf/patches/master/plasma5-applets-volumewin7mixer/Enable_systray.patch)
+ https://raw.githubusercontent.com/kikadf/patches/master/plasma5-applets-volumewin7mixer/Add_CMakeLists.patch)
md5sums=('522d616869ae20e4f6df955a85b23e2a'
- '78e377c969441382dd6d931688f43cbe'
- 'e4d0ebac050727af6a4c2885585d5234')
+ '78e377c969441382dd6d931688f43cbe')
prepare() {
cd plasma-applets-volumewin7mixer-$pkgver/org.kde.plasma.volumewin7mixer
patch -p2 -i "${srcdir}"/Add_CMakeLists.patch
- patch -p2 -i "${srcdir}"/Enable_systray.patch
rm -f build
mkdir -p build
}