diff options
Diffstat (limited to 'extra/libkexiv2')
-rw-r--r-- | extra/libkexiv2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libkexiv2/PKGBUILD b/extra/libkexiv2/PKGBUILD index eee0323d4..5f7cf9736 100644 --- a/extra/libkexiv2/PKGBUILD +++ b/extra/libkexiv2/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 158387 2012-05-03 22:31:17Z andrea $ +# $Id: PKGBUILD 161123 2012-06-08 06:35:21Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkexiv2 -pkgver=4.8.3 +pkgver=4.8.4 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/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('6b7c6833479faa29916d3cc294a15f78c154c438') +sha1sums=('a3429dd70677498c890598cd1e3bf6a610669b77') build() { cd "${srcdir}" |