diff options
author | root <root@rshg054.dnsready.net> | 2011-12-09 23:14:52 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-09 23:14:52 +0000 |
commit | d22b68a6758c4f29a8e50a7be467374a53c68415 (patch) | |
tree | 019c8b74603792b4b8f08d6815438654a64d0e38 /kde-unstable/libkexiv2 | |
parent | 707457876743e969be9eb163c36928978df245cd (diff) |
Fri Dec 9 23:14:52 UTC 2011
Diffstat (limited to 'kde-unstable/libkexiv2')
-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 aaf47b893..96bb47fbd 100644 --- a/kde-unstable/libkexiv2/PKGBUILD +++ b/kde-unstable/libkexiv2/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 143318 2011-11-24 16:14:08Z andrea $ +# $Id: PKGBUILD 144776 2011-12-08 10:34:16Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=libkexiv2 -pkgver=4.7.80 +pkgver=4.7.90 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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('50916f1f47653f1a3fb84f07cd8eeed4296bf9b1') +sha1sums=('4d27c1d5e97d719e5cf2c5cada8d030ed3c8a4ea') build() { cd "${srcdir}" |