diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-26 13:14:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-27 04:57:31 +0000 |
commit | 583bab46653746de5ecb2913beae4cca5617c0c4 (patch) | |
tree | 872f0f98dcd439a8b6b2204c2f384a037a66d3f7 | |
parent | 49a0b2ee54f0e4435de044f0285321b466d97384 (diff) | |
download | aports-583bab46653746de5ecb2913beae4cca5617c0c4.tar.bz2 aports-583bab46653746de5ecb2913beae4cca5617c0c4.tar.xz |
main/gd: rebuild against libpng16
-rw-r--r-- | main/gd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/gd/APKBUILD b/main/gd/APKBUILD index 6a5632eadd..3b00bfc724 100644 --- a/main/gd/APKBUILD +++ b/main/gd/APKBUILD @@ -3,7 +3,7 @@ pkgname=gd pkgver=2.1.0 _myver=${pkgver/_rc/RC} -pkgrel=0 +pkgrel=1 pkgdesc="Library for the dynamic creation of images by programmers" url="http://www.libgd.org/" arch="all" |