git » libkdcraw.git » commit 6f52e3f

KDE Applications 15.04.3

author Antonio Rojas
2015-06-29 17:50:28 UTC
committer Antonio Rojas
2015-06-29 17:50:28 UTC
parent a7895235a27db041533456a11a1b325835c37cfe

KDE Applications 15.04.3

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 4e9c907..6e8de42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=libkdcraw
-pkgver=15.04.2
+pkgver=15.04.3
 pkgrel=1
 pkgdesc="A C++ interface used to decode RAW picture"
 url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw"
@@ -14,7 +14,7 @@ replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz" 'gcc-5.patch')
-sha1sums=('4f1b3ec3f831b8dd6c1d4b2c7c90a0f19e2acbc7'
+sha1sums=('03eb16a8c3b5acfc63066b478c881b7031f736f9'
           'fc5a24e05feab6481b61c37bfe83a0d4b2af4e09')
 
 prepare() {