[arch-commits] Commit in plasma-framework/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Mar 12 09:35:34 UTC 2019


    Date: Tuesday, March 12, 2019 @ 09:35:33
  Author: arojas
Revision: 347723

Backport proper fix for FS#61969

Modified:
  plasma-framework/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-12 09:00:20 UTC (rev 347722)
+++ PKGBUILD	2019-03-12 09:35:33 UTC (rev 347723)
@@ -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,10 +13,10 @@
 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 at kde.org>
 
 prepare() {
@@ -23,7 +23,7 @@
   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() {



More information about the arch-commits mailing list