[arch-commits] Commit in perl-xml-libxslt/repos/community-staging-x86_64 (2 files)
Felix Yan
felixonmars at archlinux.org
Sat Jun 1 13:39:08 UTC 2019
Date: Saturday, June 1, 2019 @ 13:39:07
Author: felixonmars
Revision: 476414
archrelease: copy trunk to community-staging-x86_64
Added:
perl-xml-libxslt/repos/community-staging-x86_64/PKGBUILD
(from rev 476413, perl-xml-libxslt/trunk/PKGBUILD)
Deleted:
perl-xml-libxslt/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-01 13:38:56 UTC (rev 476413)
+++ PKGBUILD 2019-06-01 13:39:07 UTC (rev 476414)
@@ -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=1.96
-pkgrel=3
-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=('7b6e22889c538bbd861c6420cd56893d229676d3afc1cf30e17cae48a4714139769a99a48a99f1dff52864f4989e410303007c07941625bf6bd12a24276c35e6')
-
-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-staging-x86_64/PKGBUILD (from rev 476413, perl-xml-libxslt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-06-01 13:39:07 UTC (rev 476414)
@@ -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=1.96
+pkgrel=4
+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=('7b6e22889c538bbd861c6420cd56893d229676d3afc1cf30e17cae48a4714139769a99a48a99f1dff52864f4989e410303007c07941625bf6bd12a24276c35e6')
+
+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