[arch-commits] Commit in perl-gd/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Tue Dec 23 22:53:34 UTC 2014


    Date: Tuesday, December 23, 2014 @ 23:53:34
  Author: spupykin
Revision: 124486

upgpkg: perl-gd 2.56-1

upd

Modified:
  perl-gd/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-23 22:53:26 UTC (rev 124485)
+++ PKGBUILD	2014-12-23 22:53:34 UTC (rev 124486)
@@ -3,8 +3,8 @@
 # Contributor: Sergej Pupykin <pupykin.s+aur at gmail.com>
 
 pkgname=perl-gd
-pkgver=2.53
-pkgrel=2
+pkgver=2.56
+pkgrel=1
 pkgdesc="Interface to Gd Graphics Library"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/GD"
@@ -12,8 +12,12 @@
 depends=('gd')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
-md5sums=('d2c9b18123bcaff8672eb50f2eb37ed3')
+md5sums=('c4b3afd98b2c4ce3c2e1027d101a8f1e')
 
+prepare() {
+  chmod -R u+w $srcdir/GD-$pkgver
+}
+
 build() {
   cd  $srcdir/GD-$pkgver
   unset CFLAGS



More information about the arch-commits mailing list