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

Antonio Rojas arojas at archlinux.org
Wed Mar 13 11:43:07 UTC 2019


    Date: Wednesday, March 13, 2019 @ 11:43:06
  Author: arojas
Revision: 347831

Update to 5.56.1

Modified:
  plasma-framework/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-13 11:40:16 UTC (rev 347830)
+++ PKGBUILD	2019-03-13 11:43:06 UTC (rev 347831)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=plasma-framework
-pkgver=5.56.0
-pkgrel=3
+pkgver=5.56.1
+pkgrel=1
 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -12,18 +12,13 @@
 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=ebae2d63")
-sha256sums=('0accc21e8dd47531821d9a4a339fb790d3695fe12868d8c92e1b00564e028943'
-            'SKIP'
-            '456c388faecf048f99c109a5664d4cecaa0b63aa0986360ab90383254b0d5f3a')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('dc3c756cd0a91fa8a343c994606cceb5024615232d48fc7ebeecbfec98c0c772'
+            'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kdebug-405351.patch # Revert commit that causes crashes
 }
 
 build() {



More information about the arch-commits mailing list