git » plasma-workspace-wallpapers.git » commit 510ede9

Plasma 5.2

author Andrea Scarpino
2015-01-26 19:01:40 UTC
committer Andrea Scarpino
2015-01-26 19:01:40 UTC
parent 8ea3ef3ae08ed2b22f287da3728eaa6616cd3481

Plasma 5.2

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index daa3b97..a91ee55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
 # Contributor: Antonio Rojas
 
 pkgname=plasma-workspace-wallpapers
-pkgver=5.1.2
+pkgver=5.2.0
 pkgrel=1
 pkgdesc='Additional wallpapers for the Plasma Workspace'
 arch=('any')
 url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
 license=('LGPL')
 makedepends=('extra-cmake-modules')
-groups=('plasma-next')
+groups=('plasma')
 source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
-md5sums=('ded5fa7e54ad45d4ab1e5968ef9ccc72')
+md5sums=('8575fbac39aaa29cd393f04a9709ca08')
 
 prepare() {
-  mkdir -p build
+  mkdir build
 }
 
 build() {