git » knotifications.git » commit 592f880

KDE Frameworks 5.43

author Antonio Rojas
2018-02-12 09:01:06 UTC
committer Antonio Rojas
2018-02-12 09:01:06 UTC
parent 1566bd3de7719d61178e02af37e620bea841abc6

KDE Frameworks 5.43

PKGBUILD +5 -10

diff --git a/PKGBUILD b/PKGBUILD
index 6d5a5ce..88ab0d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=knotifications
-pkgver=5.42.0
-pkgrel=2
+pkgver=5.43.0
+pkgrel=1
 pkgdesc='Abstraction for system notifications'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -12,18 +12,13 @@ license=(LGPL)
 depends=(phonon-qt5 libdbusmenu-qt5 kwindowsystem kconfig kcodecs kcoreaddons qt5-speech)
 makedepends=(extra-cmake-modules qt5-tools python doxygen)
 groups=(kf5)
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-        kdebug-389284.patch::"https://cgit.kde.org/knotifications.git/patch/?id=26904527")
-sha256sums=('ccb969d47cb41cc9dcaf86ae4a9a11b25317ed40336d2115dc048456afe7952b'
-            'SKIP'
-            'b6a7f9e0cb70e0bcbf220bce53f199693fbfc3fb3ecbdcbaec2836d43413dc7a')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('3baa47288f3fa8ac1ca62938a812251a4ef0874c287110842aada78f062cf64d'
+            'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kdebug-389284.patch # Fix running commands on notification events
 }
 
 build() {