git » plasma-framework.git » commit 792915a

Backport proper fix for FS#61969

author Antonio Rojas
2019-03-12 09:35:33 UTC
committer Antonio Rojas
2019-03-12 09:35:33 UTC
parent aad5f29684e6f482fc572fde869bd712c7b07564

Backport proper fix for FS#61969

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index d0f08d9..f8cb80f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=plasma-framework
 pkgver=5.56.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -13,17 +13,17 @@ depends=(kactivities kdeclarative kwayland kirigami2)
 makedepends=(extra-cmake-modules qt5-tools kdoctools doxygen)
 groups=(kf5)
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
-        kdebug-405351.patch::"https://cgit.kde.org/plasma-framework.git/patch/?id=9fc663d9")
+        kdebug-405351.patch::"https://cgit.kde.org/plasma-framework.git/patch/?id=ebae2d63")
 sha256sums=('0accc21e8dd47531821d9a4a339fb790d3695fe12868d8c92e1b00564e028943'
             'SKIP'
-            '2806636a718bef941d906c042631e7a66499edd77ff5ed09595c15c98173a4cd')
+            '456c388faecf048f99c109a5664d4cecaa0b63aa0986360ab90383254b0d5f3a')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
 prepare() {
   mkdir -p build
 
   cd $pkgname-$pkgver
-  patch -Rp1 -i ../kdebug-405351.patch # Revert commit that causes crashes
+  patch -p1 -i ../kdebug-405351.patch # Revert commit that causes crashes
 }
 
 build() {