git » plasma-workspace-wallpapers.git » commit 5206b7f

Plasma 5.5

author Antonio Rojas
2015-12-08 22:17:13 UTC
committer Antonio Rojas
2015-12-08 22:17:13 UTC
parent 52fd7857e137e3ccddc0a327f37e44f6df505b96

Plasma 5.5

PKGBUILD +6 -6

diff --git a/PKGBUILD b/PKGBUILD
index 0eaca2d..3220e9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,20 @@
 # Contributor: Antonio Rojas
 
 pkgname=plasma-workspace-wallpapers
-pkgver=5.4.3.1
-pkgrel=1
+pkgver=5.5.0
+pkgrel=2
 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')
+conflicts=('kde-wallpapers')
 groups=('plasma')
-source=("http://download.kde.org/stable/plasma/5.4.3/$pkgname-$pkgver.tar.xz")
-
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
+md5sums=('424d4866704ec719ad81d3ff01287b13')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {
@@ -31,4 +32,3 @@ package() {
   cd build
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('8a122c0d09aff0bd47895e17bfe6730c')