[arch-commits] Commit in perl-xml-libxslt/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Jun 13 13:44:52 UTC 2022


    Date: Monday, June 13, 2022 @ 13:44:52
  Author: felixonmars
Revision: 1237525

archrelease: copy trunk to community-x86_64

Added:
  perl-xml-libxslt/repos/community-x86_64/PKGBUILD
    (from rev 1237523, perl-xml-libxslt/trunk/PKGBUILD)
Deleted:
  perl-xml-libxslt/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-13 13:44:51 UTC (rev 1237524)
+++ PKGBUILD	2022-06-13 13:44:52 UTC (rev 1237525)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: Justin "juster" Davis <jrcd83 at gmail.com>
-# Contributor: François Charette <firmicus ατ gmx δοτ net>
-
-pkgname=perl-xml-libxslt
-pkgver=2.000000
-pkgrel=2
-pkgdesc="Interface to the gnome libxslt library"
-arch=('x86_64')
-url="https://search.cpan.org/dist/XML-LibXSLT"
-license=('GPL')
-depends=('perl-xml-libxml' 'libxslt')
-checkdepends=('perl-test-pod')
-options=('!emptydirs')
-source=(https://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
-sha512sums=('b87ee9766158f327814d44e0b2129bf0e54367ea0b00fa41567ce9e2e7a1473de91a268303041e8d348f2365e1b62eb2e711085360bca5bdd7e9aa8a716c84a1')
-
-build() {
-  cd XML-LibXSLT-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd XML-LibXSLT-$pkgver
-  make test
-}
-
-package() {
-  cd XML-LibXSLT-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-xml-libxslt/repos/community-x86_64/PKGBUILD (from rev 1237523, perl-xml-libxslt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-13 13:44:52 UTC (rev 1237525)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Justin "juster" Davis <jrcd83 at gmail.com>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-xml-libxslt
+pkgver=2.001000
+pkgrel=1
+pkgdesc="Interface to the gnome libxslt library"
+arch=('x86_64')
+url="https://search.cpan.org/dist/XML-LibXSLT"
+license=('GPL')
+depends=('perl-xml-libxml' 'libxslt')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
+sha512sums=('1154522ce4d6a719ce7d408e1c58f12f114a57cfabc8508ff9c75465aef61854c46c480385077cfb5b74efa5e0e01ea79cd80f6eba1ee224e42f594a4ca3350c')
+
+build() {
+  cd XML-LibXSLT-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd XML-LibXSLT-$pkgver
+  make test
+}
+
+package() {
+  cd XML-LibXSLT-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list