git » libkdcraw.git » commit eecd717

KDE 4.9.0

author Andrea Scarpino
2012-07-26 16:54:43 UTC
committer Andrea Scarpino
2012-07-26 16:54:43 UTC
parent 38f0223b53d7cb68a25c87354e84338e547ba087

KDE 4.9.0

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index b385f21..6a618eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
 # Maintainer: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=libkdcraw
-pkgver=4.8.4
+pkgver=4.9.0
 pkgrel=1
 pkgdesc="A C++ interface used to decode RAW picture"
-url="http://kde.org/"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 depends=('kdelibs' 'lcms')
@@ -13,7 +13,7 @@ replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
 source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('ba67432cb3353a55d57ae749b42919399dfda3e2')
+sha1sums=('4f23263c1f38374fcfa482de8a79b0c85e2fb250')
 
 build() {
   cd "${srcdir}"