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

Felix Yan felixonmars at archlinux.org
Tue Nov 3 04:28:39 UTC 2020


    Date: Tuesday, November 3, 2020 @ 04:28:38
  Author: felixonmars
Revision: 399191

archrelease: copy trunk to extra-any

Added:
  perl-alien-libxml2/repos/extra-any/PKGBUILD
    (from rev 399190, perl-alien-libxml2/trunk/PKGBUILD)
Deleted:
  perl-alien-libxml2/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-03 04:28:24 UTC (rev 399190)
+++ PKGBUILD	2020-11-03 04:28:38 UTC (rev 399191)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-alien-libxml2
-pkgver=0.16
-pkgrel=2
-pkgdesc="Install the C libxml2 library on your system"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Alien-Libxml2"
-depends=('libxml2' 'perl-alien-build')
-makedepends=('perl-html-parser' 'perl-sort-versions' 'perl-test2-suite' 'perl-uri')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Libxml2-$pkgver.tar.gz")
-sha512sums=('54d3f670047b26934140be28bec5ab27c655daa459409bda00655d6f652f5099b07d2e286f59825a36e7dc56bca1e92a0af19c33582fa90f3f26aff4202334ac')
-
-build() {
-  cd Alien-Libxml2-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Alien-Libxml2-$pkgver
-  make test
-}
-
-package() {
-  cd Alien-Libxml2-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-alien-libxml2/repos/extra-any/PKGBUILD (from rev 399190, perl-alien-libxml2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-03 04:28:38 UTC (rev 399191)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-alien-libxml2
+pkgver=0.17
+pkgrel=1
+pkgdesc="Install the C libxml2 library on your system"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Alien-Libxml2"
+depends=('libxml2' 'perl-alien-build')
+makedepends=('perl-html-parser' 'perl-sort-versions' 'perl-test2-suite' 'perl-uri')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Libxml2-$pkgver.tar.gz")
+sha512sums=('89f8034800f03e9e7f87871fec4da54313d0b2557efd9c4bbb2f01793e5679c6c355eb8bfcaf54540b50f9cf69e84d88835fee9b06f8b2f6c7dd7e6c6ed2c097')
+
+build() {
+  cd Alien-Libxml2-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Alien-Libxml2-$pkgver
+  make test
+}
+
+package() {
+  cd Alien-Libxml2-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list