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

Jan Steffens heftig at archlinux.org
Thu Aug 9 23:11:41 UTC 2012


    Date: Thursday, August 9, 2012 @ 19:11:41
  Author: heftig
Revision: 165066

2.540

Modified:
  perl-sdl/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-08-09 23:06:46 UTC (rev 165065)
+++ PKGBUILD	2012-08-09 23:11:41 UTC (rev 165066)
@@ -4,26 +4,26 @@
 # Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
 
 pkgname=perl-sdl
-pkgver=2.536
+pkgver=2.540
 pkgrel=1
 pkgdesc="Simple DirectMedia Layer for Perl"
 arch=(i686 x86_64)
 license=(LGPL)
 url="http://sdl.perl.org"
 depends=(perl-alien-sdl perl-tie-simple
-         sdl_{net,ttf,image,mixer,gfx,pango} mesa smpeg)
-#makedepends=(perl-yaml)
+         sdl_net sdl_ttf sdl_image sdl_mixer sdl_gfx sdl_pango mesa smpeg)
+makedepends=('perl-module-build>=0.40')
 options=('!emptydirs')
 replaces=(sdl_perl)
 conflicts=(sdl_perl)
 provides=("sdl_perl=$pkgver")
 # http://search.cpan.org/dist/SDL/
-_author=FROGGS
-source=(http://search.cpan.org/CPAN/authors/id/${_author:0:1}/${_author:0:2}/$_author/SDL-$pkgver.tar.gz)
-md5sums=('5c682e8a96cd655e959497b034b978ce')
+_author=JTPALMER
+source=(http://search.cpan.org/CPAN/authors/id/${_author::1}/${_author::2}/$_author/SDL-$pkgver.tar.gz)
+md5sums=('1a5d7849cbdfde4982b28458e38ab172')
 
 build() {
-  cd "$srcdir/SDL-$pkgver"
+  cd SDL-$pkgver
   # Perl selects the proper CFLAGS set for binary modules
   unset CFLAGS
   # install module in vendor directories
@@ -32,11 +32,11 @@
 }
 
 check() {
-  cd "$srcdir/SDL-$pkgver"
+  cd SDL-$pkgver
   perl Build test || true
 }
 
 package() {
-  cd "$srcdir/SDL-$pkgver"
+  cd SDL-$pkgver
   perl Build install destdir="$pkgdir"
 }




More information about the arch-commits mailing list