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

Felix Yan felixonmars at archlinux.org
Wed May 15 08:56:20 UTC 2019


    Date: Wednesday, May 15, 2019 @ 08:56:19
  Author: felixonmars
Revision: 353384

archrelease: copy trunk to extra-any

Added:
  perl-alien-libxml2/repos/extra-any/PKGBUILD
    (from rev 353383, 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	2019-05-15 08:56:01 UTC (rev 353383)
+++ PKGBUILD	2019-05-15 08:56:19 UTC (rev 353384)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-alien-libxml2
-pkgver=0.07
-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=('8ef4b42597980452b15ff3d2664c1765dffe2cdca9f52465166ad211c1bcdb59b0b65bcb9f12b7832643d324176a996a6592a5312d2f83a208dd18da3c5bd222')
-
-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 353383, perl-alien-libxml2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-15 08:56:19 UTC (rev 353384)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-alien-libxml2
+pkgver=0.09
+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=('30cc1ca4e4b7be1b6e14b4f1a1f0d06b1435da55dc2f2bd1d3e9ed5cc0a2034f8acf8ab4b3548f2a5bda3aaaa56bcf4d63129aeb9e72b7c2e160d0fb2dbedb02')
+
+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