git » signon-kwallet-extension.git » commit 66b0f39

Update to 20.12.2

author Antonio Rojas
2021-02-04 12:47:27 UTC
committer Antonio Rojas
2021-02-04 12:47:27 UTC
parent a10e5cf90550a6d0e3a8326c8fbb1a87220e018a

Update to 20.12.2

PKGBUILD +4 -3

diff --git a/PKGBUILD b/PKGBUILD
index 166396b..6618e78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: anex <assassin.anex[@]gmail.com
 
 pkgname=signon-kwallet-extension
-pkgver=20.12.1
+pkgver=20.12.2
 pkgrel=1
 pkgdesc="KWallet integration for signon framework"
 arch=(x86_64)
@@ -12,10 +12,11 @@ groups=(kde-applications kde-network)
 depends=(signond kwallet)
 makedepends=(extra-cmake-modules)
 source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4b762208b8d48c0d56b4605f701ebadc1daa59b16054c238a132f38a6b518854'
+sha256sums=('37f52bdd8f6378cd92beecf48bc42993839ac18c1d3f100a6ba1dc856c039979'
             'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid@kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck@kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck@kde.org>
+              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker@kde.org>
 
 build() {
   cmake -B build -S $pkgname-$pkgver \