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 | e0e31e390efeda1a5d179b19275759ef7552b96e |
PKGBUILD | +3 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 2fb90cd..e706274 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kauth -pkgver=5.90.0 +pkgver=5.91.0 pkgrel=1 pkgdesc='Abstraction to system policy and authentication features' arch=(x86_64) @@ -13,9 +13,10 @@ depends=(kcoreaddons polkit-qt5) makedepends=(extra-cmake-modules qt5-tools qt5-doc clang doxygen) groups=(kf5) source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('23a45f68062432b65f4264f371e7f1753034dba3a86d5e44bf9fb1abf30d91bc' +sha256sums=('f865cb134cf4013496940d48f397eae6cf6bc5013dadf911340c23bd7ddb3a00' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> +options=(debug) build() { cmake -B build -S $pkgname-$pkgver \