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

Felix Yan felixonmars at archlinux.org
Thu Mar 19 10:09:55 UTC 2020


    Date: Thursday, March 19, 2020 @ 10:09:54
  Author: felixonmars
Revision: 377899

archrelease: copy trunk to extra-any

Added:
  perl-alien-libxml2/repos/extra-any/PKGBUILD
    (from rev 377898, 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-03-19 10:09:38 UTC (rev 377898)
+++ PKGBUILD	2020-03-19 10:09:54 UTC (rev 377899)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-alien-libxml2
-pkgver=0.14
-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=('516ee1c2e987f2afa883736d1726b4ab6f815adc14b3cbcdc2d9e9e03de1f2ca2b4d6f653dadd27a7133df4be9e1fa13621c5e228da091ab64afb4f8ba6e4986')
-
-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 377898, perl-alien-libxml2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-19 10:09:54 UTC (rev 377899)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-alien-libxml2
+pkgver=0.15
+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=('391c350dd3c6f2a729a880fd895fe2dea7d10f17eaaeced731ca4d4cd938296f7ec9cb11a777d8f9602813c7b60f2b647d2bb37b8ea37de34bd06479b8e0617c')
+
+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