diff options
Diffstat (limited to 'extra/libkexiv2/PKGBUILD')
-rw-r--r-- | extra/libkexiv2/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/libkexiv2/PKGBUILD b/extra/libkexiv2/PKGBUILD index 5f7cf9736..88fa10a28 100644 --- a/extra/libkexiv2/PKGBUILD +++ b/extra/libkexiv2/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 161123 2012-06-08 06:35:21Z andrea $ +# $Id: PKGBUILD 164862 2012-08-06 23:15:15Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkexiv2 -pkgver=4.8.4 -pkgrel=1 +pkgver=4.9.0 +pkgrel=3 pkgdesc="A library to manipulate pictures metadata" -url="http://kde.org/" +url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkexiv2" arch=('i686' 'x86_64' 'mips64el') license=('GPL' 'LGPL' 'FDL') depends=('kdelibs') @@ -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=('a3429dd70677498c890598cd1e3bf6a610669b77') +sha1sums=('121c63ebf328ca87e67b7cf0cf72d0f276e4ae2c') build() { cd "${srcdir}" |