git » plasma-desktop.git » commit cb78419

KF5 5.4.0

author Andrea Scarpino
2014-11-09 21:30:28 UTC
committer Andrea Scarpino
2014-11-09 21:30:28 UTC
parent 22e376f26b68906c97d3204104b35aca351366ab

KF5 5.4.0

PKGBUILD +5 -5

diff --git a/PKGBUILD b/PKGBUILD
index eb109f4..89e564a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
 # Contributor: Antonio Rojas
 
 pkgname=plasma-desktop
-pkgver=5.1.0.1
-pkgrel=3
+pkgver=5.1.1
+pkgrel=1
 pkgdesc='KDE Plasma Desktop'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -15,8 +15,8 @@ optdepends=('plasma-nm: Network manager applet')
 conflicts=('kdebase-workspace' 'kdebase-kdepasswd')
 install="${pkgname}.install"
 groups=('plasma-next')
-source=("http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz")
-md5sums=('235318be3ddaa7e842dea8b5f737aa6b')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
+md5sums=('fab1bfca0feda8e6cece0ba880a49cdb')
 
 prepare() {
   mkdir -p build
@@ -24,7 +24,7 @@ prepare() {
 
 build() {
   cd build
-  cmake ../$pkgname-5.1.0 \
+  cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \