diff options
Diffstat (limited to 'community/perl-gd/PKGBUILD')
-rw-r--r-- | community/perl-gd/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/perl-gd/PKGBUILD b/community/perl-gd/PKGBUILD index 636a8d4d8..ffb1b6b58 100644 --- a/community/perl-gd/PKGBUILD +++ b/community/perl-gd/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 91671 2013-05-26 09:25:08Z bluewind $ +# $Id: PKGBUILD 93678 2013-07-08 11:29:22Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+aur@gmail.com> pkgname=perl-gd -pkgver=2.49 -pkgrel=2 +pkgver=2.50 +pkgrel=1 pkgdesc="Interface to Gd Graphics Library" arch=('i686' 'x86_64') url="http://search.cpan.org/dist/GD" @@ -12,7 +12,7 @@ license=('GPL' 'PerlArtistic') depends=('gd') options=('!emptydirs') source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz) -md5sums=('c58b6556bddbe147c41f4e17a0de9bea') +md5sums=('b2f1e47dfc1c4e4fdda3277f165d36e5') build() { cd $srcdir/GD-$pkgver |