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

Justin Davis juster at archlinux.org
Tue Feb 21 19:59:11 UTC 2012


    Date: Tuesday, February 21, 2012 @ 14:59:11
  Author: juster
Revision: 150755

Bump version to 20120118.

Modified:
  perl-mozilla-ca/trunk/PKGBUILD

----------+
 PKGBUILD |   25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-21 19:43:38 UTC (rev 150754)
+++ PKGBUILD	2012-02-21 19:59:11 UTC (rev 150755)
@@ -1,23 +1,23 @@
-# Packager: Justin Davis <jrcd83 at gmail.com>
+# Packager: Justin "juster" Davis <jrcd83 at gmail.com>
 # $Id$
 
 pkgname=perl-mozilla-ca
-pkgver=20111025
+pkgver=20120118
 pkgrel=1
 pkgdesc="Mozilla's CA cert bundle in PEM format"
 arch=(any)
 license=(GPL2 LGPL2.1)
 options=(!emptydirs)
 depends=('perl>=5.006')
-makedepends=('perl-extutils-makemaker' 'perl-test')
 url=https://metacpan.org/release/Mozilla-CA
 source=("http://search.cpan.org/CPAN/authors/id/A/AB/ABH/Mozilla-CA-${pkgver}.tar.gz")
-md5sums=(74026b1a7aa0de8fc17d81efb3629195)
-sha512sums=(762a1feee65c7a53561200b8d384c8bdab87b64f3059a84b18f8cbe44ce985f5d61824203d3b26339cc68d8342280587ab23245c5ba4a92452a0d71919f1b869)
+md5sums=(e1c650d25303bf3d59a6502efd002b06)
+sha512sums=(89f50f39ff6fe4eda33a659530fd3383ccc46bc05a4827bc8701557f645f7148bfbcc4bed890f1f1f903c3214dceb017e1d7e8df6c45d51e4d1f327b68b3b065)
 _distdir="${srcdir}/Mozilla-CA-${pkgver}"
 
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
+build()
+(
+    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
       PERL_AUTOINSTALL=--skipdeps                            \
       PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'"     \
       PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
@@ -26,15 +26,14 @@
     cd "$_distdir"
     /usr/bin/perl Makefile.PL
     make
-  )
-}
+)
 
-check() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+check()
+(
+    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
     cd "$_distdir"
     make test
-  )
-}
+)
 
 package() {
     cd "$_distdir"




More information about the arch-commits mailing list