git » kauth.git » commit 6532993

KDE Frameworks 5.59

author Antonio Rojas
2019-06-08 09:21:24 UTC
committer Antonio Rojas
2019-06-08 09:21:24 UTC
parent fd1d929d4b223f6bd0976cb23f7eacf994b24dfb

KDE Frameworks 5.59

PKGBUILD +4 -9

diff --git a/PKGBUILD b/PKGBUILD
index 8735ed4..87c8540 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kauth
-pkgver=5.58.0
+pkgver=5.59.0
 pkgrel=1
 pkgdesc='Abstraction to system policy and authentication features'
 arch=(x86_64)
@@ -13,18 +13,13 @@ depends=(kcoreaddons polkit-qt5)
 makedepends=(extra-cmake-modules qt5-tools clang python-pyqt5 doxygen sip)
 optdepends=('python-pyqt5: for the Python bindings')
 groups=(kf5)
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
-        kauth-dbusdir.patch::"https://cgit.kde.org/kauth.git/patch/?id=34501bce")
-sha256sums=('8c004199f1e7aa14f9244299bb8b288f6d077e5c2557f089a530d0c1cd072f4f'
-            'SKIP'
-            '848056015103ea9b5d81f56098df22f070c1608f835f39c4bf1a4d4a40c3fdf8')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e7d9cbbc108df1c2d41038785967ed9a9489987462ba5f1f1a9d270ae9e1093c'
+            'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kauth-dbusdir.patch # Install dbus conf in /usr/share 
 }
 
 build() {