git » kscreenlocker.git » commit 61f095e

Plasma 5.5.5

author Antonio Rojas
2016-03-01 16:13:59 UTC
committer Antonio Rojas
2016-03-01 16:13:59 UTC
parent 25f5e22c158a8fe00551f017871aafd8122fc9f5

Plasma 5.5.5

PKGBUILD +4 -10

diff --git a/PKGBUILD b/PKGBUILD
index 5b32965..f4d809b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas <arojas@archlinux.org>
 
 pkgname=kscreenlocker
-pkgver=5.5.4
-pkgrel=2
+pkgver=5.5.5
+pkgrel=1
 pkgdesc='Library and components for secure lock screen architecture'
 arch=(i686 x86_64)
 url='https://projects.kde.org/kscreenlocker'
@@ -10,17 +10,11 @@ license=(LGPL)
 groups=(plasma)
 depends=(kdelibs4support plasma-framework kidletime kwayland libxcursor)
 makedepends=(extra-cmake-modules python kdoctools)
-source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"
-	bug358125.patch::"https://quickgit.kde.org/?p=kscreenlocker.git&a=commitdiff&h=fae65f1c&o=plain")
-md5sums=('5073ee898dac459f53200daba96d73ba'
-         '378d62c696d206f0d9609bf9a51a030c')
+source=("http://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('32ab1df0b8799e11be4df158fdef7162')
 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix security issue https://www.kde.org/info/security/advisory-20160209-1.txt
-  patch -p1 -i ../bug358125.patch
 }
 
 build() {