[arch-commits] Commit in perl-www-mechanize/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Tue Feb 13 12:28:37 UTC 2018


    Date: Tuesday, February 13, 2018 @ 12:28:35
  Author: spupykin
Revision: 293839

archrelease: copy trunk to community-any

Added:
  perl-www-mechanize/repos/community-any/PKGBUILD
    (from rev 293838, perl-www-mechanize/trunk/PKGBUILD)
Deleted:
  perl-www-mechanize/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-13 12:28:18 UTC (rev 293838)
+++ PKGBUILD	2018-02-13 12:28:35 UTC (rev 293839)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Francois Charette <firmicus at gmx.net>
-
-pkgname=perl-www-mechanize
-pkgver=1.84
-pkgrel=2
-pkgdesc="Automates web page form & link interaction"
-arch=(any)
-url="http://search.cpan.org/dist/WWW-Mechanize"
-license=('GPL' 'PerlArtistic')
-depends=('perl-libwww' 'perl-html-parser' 'perl-uri' 'perl-http-response-encoding'
-	 'perl-http-server-simple' 'perl-test-warn' 'perl-html-form')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/WWW-Mechanize-$pkgver.tar.gz)
-sha256sums=('15e0fdb30ade2e0a84a5c2f30b834fda2af74c1caf9891ae664751505a762f1a')
-
-build() {
-  cd  "$srcdir"/WWW-Mechanize-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/WWW-Mechanize-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-www-mechanize/repos/community-any/PKGBUILD (from rev 293838, perl-www-mechanize/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-13 12:28:35 UTC (rev 293839)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-www-mechanize
+pkgver=1.87
+pkgrel=1
+pkgdesc="Automates web page form & link interaction"
+arch=(any)
+url="http://search.cpan.org/dist/WWW-Mechanize"
+license=('GPL' 'PerlArtistic')
+depends=('perl-libwww' 'perl-html-parser' 'perl-uri' 'perl-http-response-encoding'
+	 'perl-http-server-simple' 'perl-test-warn' 'perl-html-form')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/WWW-Mechanize-$pkgver.tar.gz)
+sha256sums=('819342a55cdaaf742e8511ecf72c7764b71789f4d1ef0eb6f4b4db4361f3b9cf')
+
+build() {
+  cd  "$srcdir"/WWW-Mechanize-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/WWW-Mechanize-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list