git » libkdcraw.git » commit d243c72

KDE Applications 16.12.3

author Antonio Rojas
2017-03-09 16:12:45 UTC
committer Antonio Rojas
2017-03-09 16:12:45 UTC
parent 53a48d10160686b88c33515c2af2196347f16c72

KDE Applications 16.12.3

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index b574089..19b69f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=libkdcraw
-pkgver=16.12.2
+pkgver=16.12.3
 pkgrel=1
 pkgdesc="A C++ interface used to decode RAW picture"
 url="https://www.kde.org/applications/graphics/"
@@ -12,8 +12,8 @@ license=(GPL LGPL FDL)
 depends=(qt5-base libraw)
 makedepends=(extra-cmake-modules)
 source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('4545faffc868037aa1934c06c926d8dcdc7805dc'
-          'SKIP')
+sha256sums=('9cbc6b27bf1ed65a85753a639ca2b8fc873a1941332d8fd6fac716d9fe364f0d'
+            'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid@kde.org>
 
 prepare() {