Date: Sunday, April 3, 2022 @ 00:53:13
  Author: felixonmars
Revision: 441378

archrelease: copy trunk to extra-x86_64

Added:
  perl-html-parser/repos/extra-x86_64/PKGBUILD
    (from rev 441377, perl-html-parser/trunk/PKGBUILD)
Deleted:
  perl-html-parser/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-04-03 00:53:02 UTC (rev 441377)
+++ PKGBUILD    2022-04-03 00:53:13 UTC (rev 441378)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-# Contributor: kevin <ke...@archlinux.org>
-# Contributor: Manolis Tzanidakis
-# Contributor: Firmicus <francois.archlinux.org>
-
-pkgname=perl-html-parser
-pkgver=3.77
-pkgrel=1
-pkgdesc="Perl HTML parser class"
-arch=('x86_64')
-license=('PerlArtistic')
-url="https://search.cpan.org/dist/HTML-Parser/";
-depends=('perl-html-tagset' 'perl-http-message' 'perl-uri')
-options=('!emptydirs')
-source=(https://www.cpan.org/authors/id/O/OA/OALDERS/HTML-Parser-$pkgver.tar.gz)
-sha512sums=('29e7842627704d52e607f741d9205b9fa2e18d51690c9356f0073df9bae12c774aea7cc6eb0c23115bfc93df977f1660c144cb5f44631abb28a59714e4a6be08')
-
-build() {
-  cd HTML-Parser-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd HTML-Parser-$pkgver
-  make test
-}
-
-package() {
-  cd HTML-Parser-$pkgver
-  make install DESTDIR="${pkgdir}"
-}

Copied: perl-html-parser/repos/extra-x86_64/PKGBUILD (from rev 441377, 
perl-html-parser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-04-03 00:53:13 UTC (rev 441378)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: kevin <ke...@archlinux.org>
+# Contributor: Manolis Tzanidakis
+# Contributor: Firmicus <francois.archlinux.org>
+
+pkgname=perl-html-parser
+pkgver=3.78
+pkgrel=1
+pkgdesc="Perl HTML parser class"
+arch=('x86_64')
+license=('PerlArtistic')
+url="https://search.cpan.org/dist/HTML-Parser/";
+depends=('perl-html-tagset' 'perl-http-message' 'perl-uri')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/O/OA/OALDERS/HTML-Parser-$pkgver.tar.gz)
+sha512sums=('5bbed1324d79f7d677c31eb6e95c51c46742d596c30ec1efbee90c387eebf90b357b0b0cbb3da35326a3a2429bad837f957393bc0316ea1b0170c094467b06d3')
+
+build() {
+  cd HTML-Parser-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd HTML-Parser-$pkgver
+  make test
+}
+
+package() {
+  cd HTML-Parser-$pkgver
+  make install DESTDIR="${pkgdir}"
+}

Reply via email to