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

Eric Bélanger eric at nymeria.archlinux.org
Wed Mar 20 16:21:35 UTC 2013


    Date: Wednesday, March 20, 2013 @ 17:21:35
  Author: eric
Revision: 180330

upgpkg: perl-class-inspector 1.28-1

Upstream update

Modified:
  perl-class-inspector/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-20 15:13:08 UTC (rev 180329)
+++ PKGBUILD	2013-03-20 16:21:35 UTC (rev 180330)
@@ -1,8 +1,8 @@
+# $Id$
 # Maintainer: Justin "juster" Davis <jrcd83 at gmail.com>
-# $Id$
 
 pkgname=perl-class-inspector
-pkgver=1.27
+pkgver=1.28
 pkgrel=1
 pkgdesc="Get information about a class and its structure"
 arch=(any)
@@ -11,34 +11,31 @@
 depends=('perl>=5.6.0')
 url=http://search.cpan.org/dist/Class-Inspector
 source=("http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Class-Inspector-${pkgver}.tar.gz")
-md5sums=('52e6391cae3c2abdfcd1d450b42bba7e')
-sha512sums=('e16786d32c695863b474036c494efa5ee2ea84f5c460e49fa58bb645c0332810796ddb81865f30e1c942a697556af9e26b47a4dc4300c10da37fde499f9507d8')
+md5sums=('7ab3ca22d3147236dddfb58f2366ad22')
 _distdir="${srcdir}/Class-Inspector-${pkgver}"
 
 build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
+ export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
       PERL_AUTOINSTALL=--skipdeps                            \
-      PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'"     \
-      PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+      PERL_MM_OPT="INSTALLDIRS=vendor"     \
+      PERL_MB_OPT="--installdirs vendor" \
       MODULEBUILDRC=/dev/null
 
     cd "$_distdir"
     /usr/bin/perl Makefile.PL
     make
-  )
 }
 
 check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
     cd "$_distdir"
     make test
-  )
+
 }
 
 package() {
     cd "$_distdir"
     make DESTDIR="$pkgdir" install
-    find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
 }
 
 # Local Variables:




More information about the arch-commits mailing list