git » polkit-kde-agent.git » commit fc47f92

Plasma 5.5

author Antonio Rojas
2015-12-08 22:17:12 UTC
committer Antonio Rojas
2015-12-08 22:17:12 UTC
parent 1d5f57743503ff55dc54dd32ff8ec24708834fe9

Plasma 5.5

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 72c1726..8645077 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Antonio Rojas <arojas@archlinux.org>
 
 pkgname=polkit-kde-agent
-pkgver=5.4.3
+pkgver=5.5.0
 pkgrel=2
 pkgdesc='Daemon providing a polkit authentication UI for KDE'
 arch=('i686' 'x86_64')
@@ -14,10 +14,10 @@ makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 conflicts=('polkit-kde-frameworks')
 replaces=('polkit-kde-frameworks')
 source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-1-$pkgver.tar.xz")
-md5sums=('cc02b7ae8de5da3c8f73170f25f7f866')
+md5sums=('2fbd41c9ef9a09b93db363d7123b535a')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {