[arch-commits] Commit in perl-lwp-protocol-https/trunk (PKGBUILD)
Justin Davis
juster at archlinux.org
Tue Aug 30 17:51:56 UTC 2011
Date: Tuesday, August 30, 2011 @ 13:51:56
Author: juster
Revision: 136596
upgpkg: perl-lwp-protocol-https 6.02-1
Add !emptydirs option, use $pkgver in paths.
Modified:
perl-lwp-protocol-https/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-08-30 17:51:09 UTC (rev 136595)
+++ PKGBUILD 2011-08-30 17:51:56 UTC (rev 136596)
@@ -8,13 +8,14 @@
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
-source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/LWP-Protocol-https-6.02.tar.gz)
+source=("http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/LWP-Protocol-https-${pkgver}.tar.gz")
md5sums=(a37185492b15ad5ac13da4aef48bd388)
sha512sums=(cb65fa49c7a0882344ceefe4374cd50ce2c06fceffcaecc00f309342205a02e729613ed66a9ec5b9c6692f4edbbd04d522c72a2c80fb1718ecc3b8973cb5e10f)
-_distdir="$srcdir/LWP-Protocol-https-6.02"
+_distdir="${srcdir}/LWP-Protocol-https-${pkgver}"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
More information about the arch-commits
mailing list