[arch-commits] Commit in perl-libwww/repos/extra-any (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat Jan 2 08:25:32 UTC 2016


    Date: Saturday, January 2, 2016 @ 09:25:32
  Author: heftig
Revision: 257446

archrelease: copy trunk to extra-any

Added:
  perl-libwww/repos/extra-any/PKGBUILD
    (from rev 257445, perl-libwww/trunk/PKGBUILD)
Deleted:
  perl-libwww/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-02 08:24:51 UTC (rev 257445)
+++ PKGBUILD	2016-01-02 08:25:32 UTC (rev 257446)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=perl-libwww
-pkgver=6.08
-pkgrel=1
-pkgdesc="The World-Wide Web library for Perl"
-arch=('any')
-url="https://metacpan.org/release/libwww-perl"
-license=('PerlArtistic' 'GPL')
-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'
-         'perl-net-http' 'perl-uri' 'perl-www-robotrules'
-         'perl-http-message')
-optdepends=('perl-lwp-protocol-https: for https:// url schemes')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/libwww-perl-${pkgver}.tar.gz)
-sha1sums=('400977d632eaf6e9dc3fb517114995d93cb3f6d2')
-
-build() {
-  cd libwww-perl-${pkgver}
-  perl Makefile.PL --aliases INSTALLDIRS=vendor
-  make
-}
-
-check()  {
-  cd libwww-perl-${pkgver}
-  make test
-}
-
-package() {
-  cd libwww-perl-${pkgver}
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-libwww/repos/extra-any/PKGBUILD (from rev 257445, perl-libwww/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-01-02 08:25:32 UTC (rev 257446)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=perl-libwww
+pkgver=6.15
+pkgrel=1
+pkgdesc="The World-Wide Web library for Perl"
+arch=('any')
+url="https://metacpan.org/release/libwww-perl"
+license=('PerlArtistic' 'GPL')
+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'
+         'perl-net-http' 'perl-uri' 'perl-www-robotrules'
+         'perl-http-message')
+optdepends=('perl-lwp-protocol-https: for https:// url schemes')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/libwww-perl-${pkgver}.tar.gz)
+sha1sums=('9e27f58108135b7871bbe406e39353a1dbc99462')
+
+build() {
+  cd libwww-perl-${pkgver}
+  perl Makefile.PL --aliases INSTALLDIRS=vendor
+  make
+}
+
+check()  {
+  cd libwww-perl-${pkgver}
+  make test
+}
+
+package() {
+  cd libwww-perl-${pkgver}
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list