git » kinfocenter.git » commit 5355845

Plasma 5.2

author Andrea Scarpino
2015-01-26 19:01:40 UTC
committer Andrea Scarpino
2015-01-26 19:01:40 UTC
parent 7ac3dca836bc792acb9f5bb10ebcc2b77186d732

Plasma 5.2

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index 6b4bd95..b1cee0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Antonio Rojas
 
 pkgname=kinfocenter
-pkgver=5.1.2
+pkgver=5.2.0
 pkgrel=1
 pkgdesc='KInfocenter'
 arch=('i686' 'x86_64')
@@ -11,12 +11,12 @@ license=('LGPL')
 depends=('kdelibs4support' 'kcmutils' 'pciutils' 'glu' 'libraw1394' 'kwayland')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
 conflicts=('kdebase-workspace')
-groups=('plasma-next')
+groups=('plasma')
 source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
-md5sums=('07a21ff708ebd1b9bdfa65300eca2b13')
+md5sums=('45a9b78c78fd8a53018a28043b8b9634')
 
 prepare() {
-  mkdir -p build
+  mkdir build
 }
 
 build() {