diff options
author | root <root@rshg054.dnsready.net> | 2012-04-02 00:01:14 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-02 00:01:14 +0000 |
commit | 8ebbe4e4befac1396a153b356fc9793655dde4ff (patch) | |
tree | b957bcef566f4da47b8d4a406c64837ec6e3b2e7 /staging/libkexiv2 | |
parent | 939efb693a8b362edc0c6ccba62c5ce54fb501af (diff) |
Mon Apr 2 00:01:14 UTC 2012
Diffstat (limited to 'staging/libkexiv2')
-rw-r--r-- | staging/libkexiv2/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/staging/libkexiv2/PKGBUILD b/staging/libkexiv2/PKGBUILD index f0fed8e0f..ca9537d72 100644 --- a/staging/libkexiv2/PKGBUILD +++ b/staging/libkexiv2/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 152047 2012-03-04 14:27:30Z andrea $ +# $Id: PKGBUILD 154851 2012-03-31 07:26:14Z 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/" @@ -12,8 +12,8 @@ depends=('kdelibs') makedepends=('cmake' 'automoc4') replaces=('kdegraphics-libs') conflicts=('kdegraphics-libs') -source=("http://download.kde.org/stable/${pkgver}/src/xz/${pkgname}-${pkgver}.tar.xz") -sha1sums=('273d76f2414c2dc442ab8f9dc72578977aba0f0c') +source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") +sha1sums=('fe32631401be655d4692fec724743d5f623b880d') build() { cd "${srcdir}" |