aboutsummaryrefslogtreecommitdiffstats
path: root/main/gd
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2013-07-05 18:33:01 +0200
committerBartłomiej Piotrowski <bpiotrowski@alpinelinux.org>2013-07-05 18:33:01 +0200
commit88c755d7fd9e3d7f8420d48066cef32aa7c2cdbc (patch)
treed73642a0fd7fbeb56106e49566fe80ff2246e0f3 /main/gd
parentc02b23cd1ab419600dd49c9c346e067ffe81c2d4 (diff)
downloadaports-88c755d7fd9e3d7f8420d48066cef32aa7c2cdbc.tar.bz2
aports-88c755d7fd9e3d7f8420d48066cef32aa7c2cdbc.tar.xz
main/gd: upgrade to 2.1.0
Diffstat (limited to 'main/gd')
-rw-r--r--main/gd/APKBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/main/gd/APKBUILD b/main/gd/APKBUILD
index 7bd1da51f0..63d7a11646 100644
--- a/main/gd/APKBUILD
+++ b/main/gd/APKBUILD
@@ -1,9 +1,9 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
pkgname=gd
-pkgver=2.0.36_rc1
+pkgver=2.1.0
_myver=${pkgver/_rc/RC}
-pkgrel=9
+pkgrel=0
pkgdesc="Library for the dynamic creation of images by programmers"
url="http://www.libgd.org/"
arch="all"
@@ -11,9 +11,9 @@ license="custom"
depends=
makedepends="libpng-dev libjpeg-turbo-dev freetype-dev zlib-dev"
subpackages="$pkgname-dev $pkgname-doc"
-source="ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${_myver}.tar.bz2"
+source="http://bitbucket.org/libgd/gd-libgd/downloads/libgd-$pkgver.tar.xz"
-_builddir="$srcdir"/$pkgname-$_myver
+_builddir="$srcdir"/lib$pkgname-$_myver
prepare() {
cd "$_builddir"
}
@@ -39,4 +39,6 @@ package() {
rm -r "$pkgdir"/usr/lib/libgd.la
}
-md5sums="e876979ca3130623a4e7866d9579171a gd-2.0.36RC1.tar.bz2"
+md5sums="03588159bf4faab9079849c8d709acc6 libgd-2.1.0.tar.xz"
+sha256sums="fa6665dfe3d898019671293c84d77067a3d2ede50884dbcb6df899d508370e5a libgd-2.1.0.tar.xz"
+sha512sums="d18b4741cc67594a9f1602a9ae765751b005cff6e0b1e7ae8a46e2b2c114984e5d2ec1395245a3bd387b58f962c34948187c920f55a191dbe7b01b432730a7a7 libgd-2.1.0.tar.xz"