git » powerdevil.git » commit 4968e47

Plasma 5.5

author Antonio Rojas
2015-12-08 22:17:10 UTC
committer Antonio Rojas
2015-12-08 22:17:10 UTC
parent 21aca1eceee77804b02176f81e5c2f65562c477f

Plasma 5.5

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index ea66bd7..20bed7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,21 +3,21 @@
 # Contributor: Antonio Rojas
 
 pkgname=powerdevil
-pkgver=5.4.3
+pkgver=5.5.0
 pkgrel=2
 pkgdesc='Manages the power consumption settings of a Plasma Shell'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/powerdevil'
 license=('LGPL')
-depends=('plasma-workspace' 'kidletime')
+depends=('plasma-workspace')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 conflicts=('kdebase-workspace')
 groups=('plasma')
 source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
-md5sums=('ececfa667b9ae32497865f7f4b4ae105')
+md5sums=('3e1a0db7fa30f18df3520ad7af966c0d')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {