author | Antonio Rojas
<arojas@archlinux.org> 2022-02-13 18:35:37 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2022-02-13 18:35:37 UTC |
parent | 77f597e724e143c7b85557b9a69cbe4cb4932136 |
PKGBUILD | +3 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index b83b4c0..4e2e13a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kguiaddons -pkgver=5.90.0 +pkgver=5.91.0 pkgrel=1 pkgdesc='Addons to QtGui' arch=(x86_64) @@ -13,9 +13,10 @@ depends=(qt5-x11extras qt5-wayland) makedepends=(extra-cmake-modules clang doxygen qt5-tools qt5-doc) groups=(kf5) source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('9d2be477affaac6908e946b0c073d13f072a3254e8f2fe5d12d2f7c37c473455' +sha256sums=('7e56c2d826973632ee90b091c50aac53feb88409f5d2ad76d1214452efa6c83e' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> +options=(debug) build() { cmake -B build -S $pkgname-$pkgver \