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

Justin Davis juster at archlinux.org
Sun Aug 21 15:32:46 UTC 2011


    Date: Sunday, August 21, 2011 @ 11:32:46
  Author: juster
Revision: 136020

Add optdepends upon perl-lwp-protocol-https.

Modified:
  perl-libwww/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-21 15:30:45 UTC (rev 136019)
+++ PKGBUILD	2011-08-21 15:32:46 UTC (rev 136020)
@@ -4,24 +4,21 @@
 
 pkgname=perl-libwww
 pkgver=6.02
-pkgrel=1
+pkgrel=2
 pkgdesc="The World-Wide Web library for Perl"
 arch=(any)
 license=(PerlArtistic GPL)
-options=('!emptydirs')
 depends=('perl>=5.8.8' 'perl-encode-locale' 'perl-file-listing>=6'
-	 'perl-html-parser' 'perl-http-cookies>=6' 'perl-http-daemon>=6'
-	 'perl-http-date>=6' 'perl-http-message' 'perl-http-negotiate>=6'
-	 'perl-lwp-mediatypes>=6' 'perl-net-http>=6' 'perl-uri>=1.10'
-	 'perl-www-robotrules>=6')
-makedepends=()
-checkdepends=()
-conflicts=()
+         'perl-html-parser' 'perl-http-cookies>=6' 'perl-http-daemon>=6'
+         'perl-http-date>=6' 'perl-http-message' 'perl-http-negotiate>=6'
+         'perl-lwp-mediatypes>=6' 'perl-net-http>=6' 'perl-uri>=1.10'
+         'perl-www-robotrules>=6')
+optdepends=('perl-lwp-protocol-https: for https:// url schemes')
 url=http://search.cpan.org/dist/libwww-perl
 source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-6.02.tar.gz)
 md5sums=(4617dbc79a78992a8c8db263c170d8ec)
 sha512sums=(a5b081f5dcb63010eff583c77b4e57f417ee842ad6e1327cd2df22443238eef795348a4298b3fbc7676240d46ff9a70d68ab2465469579c6a7bef08556aab70c)
-_distdir="${srcdir}/libwww-perl-6.02"
+_distdir="$srcdir/libwww-perl-6.02"
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \




More information about the arch-commits mailing list