diff options
Diffstat (limited to 'extra/libkexiv2/PKGBUILD')
-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 0b8c0785e..ead6dce95 100644 --- a/extra/libkexiv2/PKGBUILD +++ b/extra/libkexiv2/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 153096 2012-03-12 09:10:12Z andrea $ +# $Id: PKGBUILD 155549 2012-04-04 14:13:17Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkexiv2 -pkgver=4.8.1 +pkgver=4.8.2 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=('273d76f2414c2dc442ab8f9dc72578977aba0f0c') +sha1sums=('fe32631401be655d4692fec724743d5f623b880d') build() { cd "${srcdir}" |