[arch-commits] Commit in perl-lwp-protocol-https/trunk (PKGBUILD)

Justin Davis juster at archlinux.org
Tue Feb 21 19:43:15 UTC 2012


    Date: Tuesday, February 21, 2012 @ 14:43:15
  Author: juster
Revision: 150752

Bump version to 6.03.

Modified:
  perl-lwp-protocol-https/trunk/PKGBUILD

----------+
 PKGBUILD |   31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-21 19:41:11 UTC (rev 150751)
+++ PKGBUILD	2012-02-21 19:43:15 UTC (rev 150752)
@@ -1,24 +1,24 @@
-# Maintainer : Justin "juster" Davis <jrcd83 at gmail.com>
-# Generator  : pbjam 0.01
+# Packager: Justin "juster" Davis <jrcd83 at gmail.com>
 # $Id$
 
 pkgname=perl-lwp-protocol-https
-pkgver=6.02
+pkgver=6.03
 pkgrel=1
 pkgdesc="Provide https support for LWP::UserAgent"
 arch=(any)
 license=(PerlArtistic GPL)
 options=(!emptydirs)
-depends=('perl>=5.8.8' 'perl-io-socket-ssl>=1.38' 'perl-libwww'
-         'perl-mozilla-ca>=20110101' 'perl-net-http')
-url=http://search.cpan.org/dist/LWP-Protocol-https
+depends=('perl>=5.8.1' 'perl-io-socket-ssl>=1.54' 'perl-mozilla-ca>=20110101'
+         'perl-net-http' 'perl-libwww>=6.04')
+url=https://metacpan.org/release/LWP-Protocol-https
 source=("http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/LWP-Protocol-https-${pkgver}.tar.gz")
-md5sums=(a37185492b15ad5ac13da4aef48bd388)
-sha512sums=(cb65fa49c7a0882344ceefe4374cd50ce2c06fceffcaecc00f309342205a02e729613ed66a9ec5b9c6692f4edbbd04d522c72a2c80fb1718ecc3b8973cb5e10f)
+md5sums=(2a9341732172da290fe1b5af98a015a7)
+sha512sums=(531326ba359e242d552f091f270ad4d5b80090093b3b2c89fec5f93f9e7f8807b5db95590f620d026e9090794f3e7775bf27480cba087af170207d99e25e6c14)
 _distdir="${srcdir}/LWP-Protocol-https-${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'" \
@@ -27,15 +27,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