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 | 6db7c8951cb33c833006ad0c00602c6fc6c80802 |
PKGBUILD | +3 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 33cd4fd..dd44333 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <felixonmars@archlinux.org> pkgname=plasma-integration -pkgver=5.23.5 +pkgver=5.24.0 pkgrel=1 pkgdesc='Qt Platform Theme integration plugins for the Plasma workspaces' arch=(x86_64) @@ -12,12 +12,13 @@ depends=(kio kwayland libxcursor noto-fonts ttf-hack qqc2-desktop-style perl) makedepends=(extra-cmake-modules breeze) groups=(plasma) source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('8f9672da0501e835763254e24b36069ba3bcd6c5ba90505fdfb7b1923766800d' +sha256sums=('3b9f3f3c96d83ffc378e05cf4c351279127d182fccc9333f4478a81fa471b89d' '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 \