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

Felix Yan felixonmars at archlinux.org
Mon Aug 14 10:58:29 UTC 2017


    Date: Monday, August 14, 2017 @ 10:58:28
  Author: felixonmars
Revision: 302109

upgpkg: plasma-framework 5.37.0-1

Upstream release

Modified:
  plasma-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-14 10:58:16 UTC (rev 302108)
+++ PKGBUILD	2017-08-14 10:58:28 UTC (rev 302109)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=plasma-framework
-pkgver=5.36.0
-pkgrel=2
+pkgver=5.37.0
+pkgrel=1
 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -12,18 +12,13 @@
 depends=('qt5-quickcontrols' 'kactivities' 'kdeclarative' 'kwayland')
 makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python' 'doxygen')
 groups=('kf5')
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
-        kdebug-381130.patch::"https://cgit.kde.org/plasma-framework.git/patch/?id=a0e5bb3e")
-sha256sums=('7060e5b61eb8b00a350967528e0c22e18edd9cdc2cb7cb398aae3874ac859f17'
-            'SKIP'
-            'e21619f3d23daccc6d8dac5a5a5685696ca7c0ff443c3ca831b3e056ccb8307b')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7099b0cbccf59b6be0f85f515e9e4c1f324c1910735c06acaea3affc5ddf554d'
+            'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kdebug-381130.patch # Fix misplaced notifications https://bugs.kde.org/show_bug.cgi?id=381130
 }
 
 build() {



More information about the arch-commits mailing list