author | Antonio Rojas
<arojas@archlinux.org> 2020-07-30 21:36:20 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2020-07-30 21:36:20 UTC |
parent | 949926f3c5ced9e942009a89700d6a5a5e850092 |
PKGBUILD | +5 | -11 |
diff --git a/PKGBUILD b/PKGBUILD index 1a17fb7..f621387 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,25 +1,19 @@ # Maintainer: Antonio Rojas <arojas@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" 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@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