author | Antonio Rojas
<arojas@archlinux.org> 2022-02-08 12:08:34 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2022-02-08 12:08:34 UTC |
parent | 34f010d853f007edc8bf4bece1cdc340da54e0b8 |
PKGBUILD | +3 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 21d95bf..f3e1eb3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer:Antonio Rojas <arojas@archlinux.org> pkgname=kwayland-integration -pkgver=5.23.5 +pkgver=5.24.0 pkgrel=1 pkgdesc='Provides integration plugins for various KDE frameworks for the wayland windowing system' arch=(x86_64) @@ -11,12 +11,13 @@ depends=(kwindowsystem kidletime kwayland kguiaddons) makedepends=(extra-cmake-modules wayland-protocols) groups=(plasma) source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('4f114633d828f41ee26b5c4ffd3a3fdb6756f363d283ed52b176c69cc946463f' +sha256sums=('865254f192198f5d1513ac34c8a0aac666f27a4715967bc8c978b38e966409fb' 'SKIP') validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell <jr@jriddell.org> '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org> 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson <davidedmundson@kde.org> '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart@gmail.com> +options=(debug) build() { cmake -B build -S $pkgname-$pkgver \