Date: Wednesday, March 10, 2021 @ 13:12:26 Author: felixonmars Revision: 409555
archrelease: copy trunk to extra-x86_64 Added: perl-html-parser/repos/extra-x86_64/PKGBUILD (from rev 409554, 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 2021-03-10 13:12:04 UTC (rev 409554) +++ PKGBUILD 2021-03-10 13:12:26 UTC (rev 409555) @@ -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.75 -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/C/CA/CAPOEIRAB/HTML-Parser-$pkgver.tar.gz) -sha512sums=('a694723c0e85dfa834f60b995032e1db25357b07f0f7e244cc765dfb3005e70176c9f018d1d1ff66592324678a791030f4002f995edcd3de9096bcd359c0ee6f') - -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 409554, perl-html-parser/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-03-10 13:12:26 UTC (rev 409555) @@ -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.76 +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=('50f9dc01997afdef33b58b48bfabd596b09cc11086773dcb4707086b7d7f54d2234d508e11a0b17e5d62849bf6acbc16aa8cd53080329ad3dacdbbe877c2c88b') + +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}" +}