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

Jonathan Steel jsteel at nymeria.archlinux.org
Tue Oct 29 20:41:22 UTC 2013


    Date: Tuesday, October 29, 2013 @ 21:41:22
  Author: jsteel
Revision: 99561

upgpkg: perl-sub-install 0.927-1

Modified:
  perl-sub-install/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-29 18:01:02 UTC (rev 99560)
+++ PKGBUILD	2013-10-29 20:41:22 UTC (rev 99561)
@@ -3,8 +3,8 @@
 # Contributor: Justin Davis (juster) <jrcd83 at gmail.com>
 
 pkgname=perl-sub-install
-pkgver=0.926
-pkgrel=2
+pkgver=0.927
+pkgrel=1
 pkgdesc="Install subroutines into packages easily"
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -12,10 +12,10 @@
 depends=('perl')
 url="https://metacpan.org/release/Sub-Install"
 source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Install-$pkgver.tar.gz)
-md5sums=('89a7f82dd840bc2401f281b5f24732b9')
+md5sums=('3f3b70f651b5bc41c6ccc372b2fa3430')
 
 build() (
-  cd "$srcdir/Sub-Install-$pkgver"
+  cd "$srcdir"/Sub-Install-$pkgver
   export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
 
   unset PERL5LIB PERL_MM_OPT
@@ -24,7 +24,7 @@
 )
 
 check() (
-  cd "$srcdir/Sub-Install-$pkgver"
+  cd "$srcdir"/Sub-Install-$pkgver
   export PERL_MM_USE_DEFAULT=1
 
   unset PERL5LIB
@@ -32,9 +32,7 @@
 )
 
 package() (
-  cd "$srcdir/Sub-Install-$pkgver"
+  cd "$srcdir"/Sub-Install-$pkgver
 
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"/
 )




More information about the arch-commits mailing list