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 3f0bafca5..efe2ea679 100644 --- a/kde-unstable/libkexiv2/PKGBUILD +++ b/kde-unstable/libkexiv2/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 163371 2012-07-11 22:08:13Z andrea $ +# $Id: PKGBUILD 171734 2012-11-21 18:28:23Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkexiv2 -pkgver=4.8.97 +pkgver=4.9.80 pkgrel=1 pkgdesc="A library to manipulate pictures metadata" url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2" @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('6d93848eae11495ced6a93891b8f1e09310237ce') +sha1sums=('c6b1088ee658e0cbdd76a5b67561d4f77090a936') build() { cd "${srcdir}" |