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

Eric Bélanger eric at nymeria.archlinux.org
Thu May 15 03:24:07 UTC 2014


    Date: Thursday, May 15, 2014 @ 05:24:07
  Author: eric
Revision: 212768

upgpkg: perl-libwww 6.06-1

Upstream update, Update source url

Modified:
  perl-libwww/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-14 21:36:25 UTC (rev 212767)
+++ PKGBUILD	2014-05-15 03:24:07 UTC (rev 212768)
@@ -1,14 +1,13 @@
 # $Id$
-# Maintainer:
+# Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=perl-libwww
-pkgver=6.05
+pkgver=6.06
 pkgrel=1
 pkgdesc="The World-Wide Web library for Perl"
 arch=('any')
 url="https://metacpan.org/release/libwww-perl"
 license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
 depends=('perl' 'perl-encode-locale' 'perl-file-listing'
          'perl-html-parser' 'perl-http-cookies' 'perl-http-daemon'
          'perl-http-date' 'perl-http-negotiate' 'perl-lwp-mediatypes'
@@ -15,21 +14,22 @@
          'perl-net-http' 'perl-uri' 'perl-www-robotrules'
          'perl-http-message')
 optdepends=('perl-lwp-protocol-https: for https:// url schemes')
-source=("http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-${pkgver}.tar.gz")
-sha1sums=('e10b097a4a2f04efcb3549b6543e16534b46064d')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/libwww-perl-${pkgver}.tar.gz)
+sha1sums=('9640b88fb8bd3c88813525cad8e613f26a4e002b')
 
 build() {
-    cd libwww-perl-${pkgver}
-    perl Makefile.PL --aliases INSTALLDIRS=vendor
-    make
+  cd libwww-perl-${pkgver}
+  perl Makefile.PL --aliases INSTALLDIRS=vendor
+  make
 }
 
 check()  {
-    cd libwww-perl-${pkgver}
-    make test
+  cd libwww-perl-${pkgver}
+  make test
 }
 
 package() {
-    cd libwww-perl-${pkgver}
-    make DESTDIR="$pkgdir" install
+  cd libwww-perl-${pkgver}
+  make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list