diff options
Diffstat (limited to 'kde-unstable/libkexiv2/PKGBUILD')
-rw-r--r-- | kde-unstable/libkexiv2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/libkexiv2/PKGBUILD b/kde-unstable/libkexiv2/PKGBUILD index ad36a7686..f6625e05c 100644 --- a/kde-unstable/libkexiv2/PKGBUILD +++ b/kde-unstable/libkexiv2/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 145493 2011-12-22 22:43:17Z andrea $ +# $Id: PKGBUILD 146099 2012-01-05 12:36:01Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkexiv2 -pkgver=4.7.95 +pkgver=4.7.97 pkgrel=1 pkgdesc="A library to manipulate pictures metadata" url="http://kde.org/" @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('e6490c15be496da99131b29836aa45a1bb7a5e4e') +sha1sums=('4f58b9203a5810308d425f4b49876ac3015d2589') build() { cd "${srcdir}" |