git » khelpcenter.git » commit 7c1b8ac

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 368236c480050b85f54652f219791710c125c958

Update to 20.12.2

PKGBUILD +4 -3

diff --git a/PKGBUILD b/PKGBUILD
index 27da665..8711ba3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=khelpcenter
-pkgver=20.12.1
+pkgver=20.12.2
 pkgrel=1
 pkgdesc="Application to show KDE Applications' documentation"
 arch=(x86_64)
@@ -13,10 +13,11 @@ groups=(kde-applications kde-system)
 depends=(khtml kdoctools xapian-core grantlee kinit perl)
 makedepends=(extra-cmake-modules)
 source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('66e137a74bf79bc9af4320c7803c0e03d834f79b0e567295ece8bc81a3466ab1'
+sha256sums=('bddd9e63127adc9b04d757998da79c91b55a89ef3d24b87c435b11c36b04bad7'
             '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 \