summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Springer2020-06-25 12:02:12 +0200
committerStephan Springer2020-06-25 12:02:12 +0200
commit32a72a1ea68b16837e4dc3973ee9fe5afcd4b848 (patch)
treeeed7d5fc4f3838a6ca056bcb7a02b4618b199425
parent9b89f5d4e2118e7edd24ff07219a39f3e20db086 (diff)
downloadaur-32a72a1ea68b16837e4dc3973ee9fe5afcd4b848.tar.gz
update to version 25
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4c7b7c8ad6b..ea75fd55c615 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plasma5-applets-volumewin7mixer
pkgdesc = A fork of the default volume plasmoid with a Windows 7 theme (vertical sliders)
- pkgver = 24
+ pkgver = 25
pkgrel = 1
url = https://github.com/Zren/plasma-applet-volumewin7mixer
arch = any
@@ -10,9 +10,9 @@ pkgbase = plasma5-applets-volumewin7mixer
depends = qt5-declarative
depends = python
depends = python2
- source = plasma5-applets-volumewin7mixer-24.tar.gz::https://github.com/Zren/plasma-applet-volumewin7mixer/archive/v24.tar.gz
+ source = plasma5-applets-volumewin7mixer-25.tar.gz::https://github.com/Zren/plasma-applet-volumewin7mixer/archive/v25.tar.gz
source = CMakeLists.txt
- sha256sums = 836d5277426a13e4dbc32cf7dcac17229a6548e2ff3becb86203406fd2b849ee
+ sha256sums = 6c30774f812bbc040714b9377e7a9b3bbea276b66ef856f37bfc5f5b4040987d
sha256sums = 739432241baaafe87c7c6ee44a2b9b33a0abdf1220576ef253b12c4f8c915871
pkgname = plasma5-applets-volumewin7mixer
diff --git a/PKGBUILD b/PKGBUILD
index 058e45f14d47..88e338fc3450 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=plasma-applet-volumewin7mixer
pkgname=plasma5-applets-volumewin7mixer
-pkgver=24
+pkgver=25
pkgrel=1
pkgdesc="A fork of the default volume plasmoid with a Windows 7 theme (vertical sliders)"
arch=('any')
@@ -13,7 +13,7 @@ depends=('plasma-pa' 'qt5-declarative' 'python' 'python2')
makedepends=('extra-cmake-modules')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Zren/$_pkgname/archive/v$pkgver.tar.gz"
'CMakeLists.txt')
-sha256sums=('836d5277426a13e4dbc32cf7dcac17229a6548e2ff3becb86203406fd2b849ee'
+sha256sums=('6c30774f812bbc040714b9377e7a9b3bbea276b66ef856f37bfc5f5b4040987d'
'739432241baaafe87c7c6ee44a2b9b33a0abdf1220576ef253b12c4f8c915871')
prepare() {
@@ -28,6 +28,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_LIBDIR=lib \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+ make
}
package() {