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

Eric Bélanger eric at nymeria.archlinux.org
Wed Mar 20 22:19:48 UTC 2013


    Date: Wednesday, March 20, 2013 @ 23:19:48
  Author: eric
Revision: 180397

upgpkg: perl-mozilla-ca 20130114-1

Upstream update, PKGBUILD clean up

Modified:
  perl-mozilla-ca/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-20 22:10:52 UTC (rev 180396)
+++ PKGBUILD	2013-03-20 22:19:48 UTC (rev 180397)
@@ -2,7 +2,7 @@
 # $Id$
 
 pkgname=perl-mozilla-ca
-pkgver=20120309
+pkgver=20130114
 pkgrel=1
 pkgdesc="Mozilla's CA cert bundle in PEM format"
 arch=(any)
@@ -11,13 +11,11 @@
 depends=('perl>=5.006')
 url=https://metacpan.org/release/Mozilla-CA
 source=("http://search.cpan.org/CPAN/authors/id/A/AB/ABH/Mozilla-CA-$pkgver.tar.gz")
-md5sums=(f7fba6902335c5e068e3a576e4dce9ef)
-sha512sums=(fd2c5844bc20d2b9a7669b9905e520c0aaaffae5deac95018e4da36647822aad4d3c711c222bf16dc62c0780cf4ef76a89d208e8bd7dce36de864f9453ea64db)
-_dir="$srcdir/Mozilla-CA-$pkgver"
+md5sums=('45a42082dbd68cf25869ceb2aa49d5b2')
 
 build()
 (
-  cd "$_dir"
+  cd Mozilla-CA-$pkgver
   export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
   unset PERL5LIB PERL_MM_OPT
   /usr/bin/perl Makefile.PL
@@ -26,7 +24,7 @@
 
 check()
 (
-  cd "$_dir"
+  cd Mozilla-CA-$pkgver
   export PERL_MM_USE_DEFAULT=1
   unset PERL5LIB
   make test
@@ -34,9 +32,8 @@
 
 package()
 (
-  cd "$_dir"
+  cd Mozilla-CA-$pkgver
   make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
 )
 
 # Local Variables:




More information about the arch-commits mailing list