git » libkexiv2.git » commit b7610fe

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 83e77f84b9e0b41cb6b619900e08892c0c1961ce

Update to 20.12.2

PKGBUILD +4 -3

diff --git a/PKGBUILD b/PKGBUILD
index a7593be..2794f1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=libkexiv2
-pkgver=20.12.1
+pkgver=20.12.2
 pkgrel=1
 pkgdesc="A library to manipulate pictures metadata"
 url="https://www.kde.org/applications/graphics/"
@@ -12,10 +12,11 @@ license=(GPL LGPL FDL)
 depends=(qt5-base exiv2)
 makedepends=(extra-cmake-modules)
 source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('60b3c6d16ea02b335ce5b377e153e39268726d9b80187674547dccfe06f5d4ef'
+sha256sums=('eb364ea254d8d72317124e725b4a5b2db0d45c627020ad934f6e1f7f66174882'
             '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 \