git » kio-extras.git » commit 620f519

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 2438130c3959298711336e15e3a24d23aea37f2a

Update to 20.12.2

PKGBUILD +4 -3

diff --git a/PKGBUILD b/PKGBUILD
index 0695815..4886c12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kio-extras
-pkgver=20.12.1
+pkgver=20.12.2
 pkgrel=1
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(x86_64)
@@ -17,10 +17,11 @@ optdepends=('qt5-imageformats: thumbnails for additional image formats' 'perl: i
             'openexr: EXR format thumbnails' 'kactivities-stats: recently used kioslave')
 groups=(kde-applications kde-network)
 source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('eff93820cf427adffa6019ae566a7eeb788b5e6f4a15395c764170e2bf3ca0fa'
+sha256sums=('237df668c8bdeac4a362659c00b64c6e89d8b60080fcbdcaf21f387a22e25ae4'
             '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 \