diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-11 07:44:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-11 07:45:07 +0000 |
commit | 3ec0d001f1c087b96be0fea2d1dbe0393101f313 (patch) | |
tree | 06f0ab295865b582ecca3cbb9f05418bf2bc1faf /main/exiv2 | |
parent | cd348c880213784b7679a8f1865af196fbfc653a (diff) | |
download | aports-3ec0d001f1c087b96be0fea2d1dbe0393101f313.tar.bz2 aports-3ec0d001f1c087b96be0fea2d1dbe0393101f313.tar.xz |
main/exiv2: rebuild with gcc5 due to libstdc++
Diffstat (limited to 'main/exiv2')
-rw-r--r-- | main/exiv2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/exiv2/APKBUILD b/main/exiv2/APKBUILD index ce5b18a357..1cf0e65a0e 100644 --- a/main/exiv2/APKBUILD +++ b/main/exiv2/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=exiv2 pkgver=0.24 -pkgrel=0 +pkgrel=1 pkgdesc="Exif and Iptc metadata manipulation library and tools." url="http://exiv2.org" arch="all" |