git » libkexiv2.git » commit bdbfb02

KDE 4.9.0

author Andrea Scarpino
2012-07-26 16:54:46 UTC
committer Andrea Scarpino
2012-07-26 16:54:46 UTC
parent 0f417b5c92d1baff1928335de8902ccf7e090584

KDE 4.9.0

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 7b9f74e..c0d9bdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
 # Maintainer: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=libkexiv2
-pkgver=4.8.4
+pkgver=4.9.0
 pkgrel=1
 pkgdesc="A library to manipulate pictures metadata"
-url="http://kde.org/"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2"
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 depends=('kdelibs')
@@ -12,7 +12,7 @@ makedepends=('cmake' 'automoc4')
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('a3429dd70677498c890598cd1e3bf6a610669b77')
+sha1sums=('121c63ebf328ca87e67b7cf0cf72d0f276e4ae2c')
 
 build() {
   cd "${srcdir}"