[arch-commits] Commit in perl-www-mechanize/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at gemini.archlinux.org
Tue Aug 2 20:45:09 UTC 2022
Date: Tuesday, August 2, 2022 @ 20:45:09
Author: spupykin
Revision: 1259892
archrelease: copy trunk to community-any
Added:
perl-www-mechanize/repos/community-any/PKGBUILD
(from rev 1259891, perl-www-mechanize/trunk/PKGBUILD)
Deleted:
perl-www-mechanize/repos/community-any/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-02 20:45:01 UTC (rev 1259891)
+++ PKGBUILD 2022-08-02 20:45:09 UTC (rev 1259892)
@@ -1,28 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Francois Charette <firmicus at gmx.net>
-
-pkgname=perl-www-mechanize
-pkgver=2.12
-pkgrel=1
-pkgdesc="Automates web page form & link interaction"
-arch=(any)
-url="https://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=("https://cpan.metacpan.org/authors/id/S/SI/SIMBABQUE/WWW-Mechanize-$pkgver.tar.gz")
-sha256sums=('329c7dbfd601835cf8dc3afa8872a3a660aafcb4b710c1d00be4291f01be78d6')
-
-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 1259891, perl-www-mechanize/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-02 20:45:09 UTC (rev 1259892)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-www-mechanize
+pkgver=2.13
+pkgrel=1
+pkgdesc="Automates web page form & link interaction"
+arch=(any)
+url="https://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=("https://cpan.metacpan.org/authors/id/S/SI/SIMBABQUE/WWW-Mechanize-$pkgver.tar.gz")
+sha256sums=('968e1e46312c1c4a33ae8bd9fdadb3e77ea1e74613e589f115321a4f334af243')
+
+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