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

Antonio Rojas arojas at archlinux.org
Thu Jul 30 21:36:21 UTC 2020


    Date: Thursday, July 30, 2020 @ 21:36:20
  Author: arojas
Revision: 392746

Update to 1.1.1

Modified:
  plasma-wayland-protocols/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-30 19:17:46 UTC (rev 392745)
+++ PKGBUILD	2020-07-30 21:36:20 UTC (rev 392746)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=plasma-wayland-protocols
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
 pkgdesc="Plasma Specific Protocols for Wayland"
 arch=(any)
 url="https://kde.org/plasma-desktop"
@@ -9,17 +9,11 @@
 license=(LGPL)
 depends=()
 makedepends=(qt5-base extra-cmake-modules)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
-         kdebug-424780.patch::"https://invent.kde.org/libraries/plasma-wayland-protocols/-/commit/404ae95b.patch")
-sha256sums=('d7bcf780b764f013613870ff2366486f052827857ca0bb79981c97b436601d31'
-            'SKIP'
-            '7ba2947aa7398ff09defd4f1bdc84675788a64d6a8e93b4d0458e7a7c57a3271')
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c5493383d115171c3435ea9a21b3966860632a844544ffac8f54890436a51d38'
+            'SKIP')
 validpgpkeys=(CA1B4E348D22755A67EF4E1A6A4F2C4CDC8BC77F) # Aleix Pol Gonzalez <aleixpol at kde.org>
 
-prepare() {
-  patch -d $pkgname-$pkgver -p1 -i ../kdebug-424780.patch # Fix plasma-wayland crash
-}
-
 build() {
   cmake -B build -S $pkgname-$pkgver
   cmake --build build



More information about the arch-commits mailing list