git » kwayland-integration.git » commit b28865e

Plasma 5.16.3

author Antonio Rojas
2019-07-09 18:37:20 UTC
committer Antonio Rojas
2019-07-09 18:37:20 UTC
parent 28ef391f4bb0e820035f5c6d8824b0267d4b6071

Plasma 5.16.3

PKGBUILD +5 -10

diff --git a/PKGBUILD b/PKGBUILD
index cf488da..e0e0047 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer:Antonio Rojas <arojas@archlinux.org>
 
 pkgname=kwayland-integration
-pkgver=5.16.2
-pkgrel=2
+pkgver=5.16.3
+pkgrel=1
 pkgdesc='Provides integration plugins for various KDE frameworks for the wayland windowing system'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -10,11 +10,9 @@ license=(LGPL)
 depends=(kwindowsystem kidletime kwayland)
 makedepends=(extra-cmake-modules)
 groups=(plasma)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
-        kdebug-372789.patch::"https://cgit.kde.org/kwayland-integration.git/patch/?id=bfce3c67")
-sha256sums=('dddd4bba1c547d59cf2adbdeab4f6d8f9647e086715e08035d9396e234c63ccd'
-            'SKIP'
-            'e1a8801610d2661bab412e0941b0629474051475e5a903378ac0440e1b43e6f8')
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b0e844375a7c43579311899ffb2fed2b048279b4a59de91be687c99257449670'
+            'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell <jr@jriddell.org>
               '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah <bshah@kde.org>
               'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson <davidedmundson@kde.org>
@@ -22,9 +20,6 @@ validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell <jr
 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kdebug-372789.patch # Fix logout from Plasma session
 }
 
 build() {