author | Antonio Rojas
<arojas@archlinux.org> 2022-02-03 10:13:51 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2022-02-03 10:13:51 UTC |
parent | 7e116c2053ad1c2930d6dde40e37ad2c325a22db |
PKGBUILD | +3 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 50a2cb2..0562070 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <arojas@archlinux.org> pkgname=kaccounts-integration -pkgver=21.12.1 +pkgver=21.12.2 pkgrel=1 pkgdesc='Small system to administer web accounts for the sites and services across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and others' @@ -11,11 +11,12 @@ license=(GPL) depends=(kcmutils signon-kwallet-extension signon-plugin-oauth2 signon-ui) makedepends=(extra-cmake-modules kdoctools) source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('28ff0e9fc35670a375bf20464d808e2761ec0c44014e0836c4fb1f90d1394996' +sha256sums=('9e535c21e7cb14e34a68dd965cdcdeedbfc4df9dfc82dc73d51c68b560ee9e30' 'SKIP') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org> F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck@kde.org> D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker@kde.org> +options=(debug) build() { cmake -B build -S $pkgname-$pkgver \