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 2185f8b42..2613f5d4d 100644 --- a/extra/libkexiv2/PKGBUILD +++ b/extra/libkexiv2/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 179347 2013-03-05 15:25:18Z andrea $ +# $Id: PKGBUILD 181893 2013-04-05 08:54:37Z svenstaro $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkexiv2 -pkgver=4.10.1 +pkgver=4.10.2 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/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('1e23a014eed00a5914ba8a0754ab026635b2b9d7') +sha1sums=('02dce6eaf48c14f134f220eeed494d74d41f7226') build() { cd "${srcdir}" |