diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-01-03 16:34:48 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-01-03 16:34:48 +0100 |
commit | e44b4f4eb21fec43617362447027460c13cc54de (patch) | |
tree | be049f1282722cca0f7f5cdf468b56c3d9c3b2e3 | |
parent | 80bac9fd3dca6ac14bea71a59963c88735403c2c (diff) | |
download | aports-e44b4f4eb21fec43617362447027460c13cc54de.tar.bz2 aports-e44b4f4eb21fec43617362447027460c13cc54de.tar.xz |
main/libgexiv2: upgrade to 0.5.0
-rw-r--r-- | main/libgexiv2/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/libgexiv2/APKBUILD b/main/libgexiv2/APKBUILD index 4fc9ede954..9019e3f9d9 100644 --- a/main/libgexiv2/APKBUILD +++ b/main/libgexiv2/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libgexiv2 -pkgver=0.4.1 -pkgrel=1 +pkgver=0.5.0 +pkgrel=0 pkgdesc="a GObject-based wrapper around the Exiv2 library" url="http://trac.yorba.org/wiki/gexiv2" arch="all" @@ -12,7 +12,7 @@ depends_dev="glib-dev exiv2-dev" makedepends="exiv2-dev glib-dev libtool m4" install= subpackages="$pkgname-dev" -source="http://yorba.org/download/gexiv2/${pkgver%.*}/libgexiv2-$pkgver.tar.bz2" +source="http://yorba.org/download/gexiv2/${pkgver%.*}/$pkgname-$pkgver.tar.xz" _builddir="$srcdir"/$pkgname-$pkgver @@ -36,4 +36,4 @@ package() { rm "$pkgdir"/usr/lib/*.la || return 1 } -md5sums="055effe708652f0c7440a3def06047da libgexiv2-0.4.1.tar.bz2" +md5sums="655528168648fd681a061bddaabc79ee libgexiv2-0.5.0.tar.xz" |