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

Justin Davis juster at archlinux.org
Sun Aug 21 15:16:20 UTC 2011


    Date: Sunday, August 21, 2011 @ 11:16:19
  Author: juster
Revision: 136016

Fix missing $_distdir and $license.

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

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-21 14:52:11 UTC (rev 136015)
+++ PKGBUILD	2011-08-21 15:16:19 UTC (rev 136016)
@@ -7,12 +7,14 @@
 pkgrel=1
 pkgdesc="Provide https support for LWP::UserAgent"
 arch=(any)
+license=(PerlArtistic GPL)
 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)
 md5sums=(a37185492b15ad5ac13da4aef48bd388)
 sha512sums=(cb65fa49c7a0882344ceefe4374cd50ce2c06fceffcaecc00f309342205a02e729613ed66a9ec5b9c6692f4edbbd04d522c72a2c80fb1718ecc3b8973cb5e10f)
+_distdir="$srcdir/LWP-Protocol-https-6.02"
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \




More information about the arch-commits mailing list