diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-02-02 12:13:34 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-02-02 12:13:34 +0000 |
commit | e0bc280a51b13736d62d216d9d58475067602b44 (patch) | |
tree | dfd030871f4a130bd186ca730f404454aa5f0754 /extra/gd | |
parent | bcb3862c6fb141949e0445e3bd27538e725ec5ce (diff) | |
download | aports-e0bc280a51b13736d62d216d9d58475067602b44.tar.bz2 aports-e0bc280a51b13736d62d216d9d58475067602b44.tar.xz |
extra/gd: rebuild with jpeg support
previous build was compiled with bad libjpeg causing it to be excluded.
By rebuilding and bumping version we make sure users get the fixed version.
Diffstat (limited to 'extra/gd')
-rw-r--r-- | extra/gd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/gd/APKBUILD b/extra/gd/APKBUILD index 7ab3ad00b2..b7e58fe8e9 100644 --- a/extra/gd/APKBUILD +++ b/extra/gd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Carlo Landmeter <clandmeter at gmail> pkgname=gd pkgver=2.0.35 -pkgrel=0 +pkgrel=1 pkgdesc="Library for the dynamic creation of images by programmers" url="http://www.libgd.org/" license="custom" |