git » kscreenlocker.git » commit 56b0660

Plasma 5.10.1

author Antonio Rojas
2017-06-06 15:58:49 UTC
committer Antonio Rojas
2017-06-06 15:58:49 UTC
parent 9d1c5aa6acfdd2de59cb59e1b59f1682261835da

Plasma 5.10.1

PKGBUILD +5 -11

diff --git a/PKGBUILD b/PKGBUILD
index 2a93070..142b2ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas <arojas@archlinux.org>
 
 pkgname=kscreenlocker
-pkgver=5.10.0
-pkgrel=2
+pkgver=5.10.1
+pkgrel=1
 pkgdesc='Library and components for secure lock screen architecture'
 arch=(i686 x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -10,21 +10,15 @@ license=(LGPL)
 groups=(plasma)
 depends=(kidletime kwayland kdeclarative)
 makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
-        kdebug-380491.patch::"https://cgit.kde.org/kscreenlocker.git/patch/?id=23fa33ce")
-sha256sums=('ee625488caa933fb9c174b80b10b425f51ad23eca3aac7d7de20ac1da7d62ed4'
-            'SKIP'
-            'e2a39c47a77617d062199ffa877bdeb444b34b5abad16f7283f99f83e2dcc4a5')
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1eac0781b79c163df83b366d9541d2e783062ed89c904377e8f5fdbe9b085859'
+            'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
               '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
               'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
 
 prepare() {
   mkdir -p build
-
-# Fix https://bugs.kde.org/show_bug.cgi?id=380491
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kdebug-380491.patch
 }
 
 build() {