diff options
author | root <root@rshg054.dnsready.net> | 2013-01-03 00:38:37 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-03 00:38:37 -0800 |
commit | f2bbb5646aefe9ea6502524fbf4d0138cee8b2a1 (patch) | |
tree | f8dcab5e1ac3d149a39377f3437d9d3f812e62f9 /community/libgexiv2 | |
parent | fa3e18ade0ab762a414c45ec433025d96b71254b (diff) |
Thu Jan 3 00:38:37 PST 2013
Diffstat (limited to 'community/libgexiv2')
-rw-r--r-- | community/libgexiv2/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/libgexiv2/PKGBUILD b/community/libgexiv2/PKGBUILD index deab9eb1a..0ee1f9d67 100644 --- a/community/libgexiv2/PKGBUILD +++ b/community/libgexiv2/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 74838 2012-08-06 23:09:09Z andrea $ +# $Id: PKGBUILD 81868 2013-01-02 15:41:00Z jelle $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=libgexiv2 -pkgver=0.4.1 -pkgrel=3 +pkgver=0.5.0 +pkgrel=1 pkgdesc="GObject-based wrapper around the Exiv2 library." arch=('i686' 'x86_64') url="http://redmine.yorba.org/projects/gexiv2" license=('GPL2') depends=('exiv2' 'glib2') options=('!libtool') -source=(http://yorba.org/download/gexiv2/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('b74cd19a4cf4a4a32a938ecb267974c29e630dc2') +source=("http://yorba.org/download/gexiv2/0.5/$pkgname-$pkgver.tar.xz") +md5sums=('655528168648fd681a061bddaabc79ee') build() { cd "${srcdir}/${pkgname}-${pkgver}" |