[arch-commits] Commit in perl-xml-namespacesupport/repos/extra-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu May 4 07:12:11 UTC 2017
Date: Thursday, May 4, 2017 @ 07:12:11
Author: arojas
Revision: 295260
archrelease: copy trunk to extra-any
Added:
perl-xml-namespacesupport/repos/extra-any/PKGBUILD
(from rev 295259, perl-xml-namespacesupport/trunk/PKGBUILD)
Deleted:
perl-xml-namespacesupport/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-05-04 07:11:39 UTC (rev 295259)
+++ PKGBUILD 2017-05-04 07:12:11 UTC (rev 295260)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: François Charette <firmicus ατ gmx δοτ net>
-
-pkgname=perl-xml-namespacesupport
-pkgver=1.11
-pkgrel=3
-pkgdesc="Generic namespace helpers (ported from SAX2)"
-arch=('any')
-url="http://search.cpan.org/dist/XML-NamespaceSupport"
-license=('GPL')
-depends=('perl')
-options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-${pkgver}.tar.gz")
-md5sums=('222cca76161cd956d724286d36b607da')
-
-build() {
- cd "${srcdir}/XML-NamespaceSupport-${pkgver}"
-
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-package() {
- cd "${srcdir}/XML-NamespaceSupport-${pkgver}"
-
- make install DESTDIR="${pkgdir}"
-
- find ${pkgdir} -name '.packlist' -delete
- find ${pkgdir} -name '*.pod' -delete
-}
Copied: perl-xml-namespacesupport/repos/extra-any/PKGBUILD (from rev 295259, perl-xml-namespacesupport/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-05-04 07:12:11 UTC (rev 295260)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-xml-namespacesupport
+pkgver=1.12
+pkgrel=1
+pkgdesc="Generic namespace helpers (ported from SAX2)"
+arch=('any')
+url="http://search.cpan.org/dist/XML-NamespaceSupport"
+license=('GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-${pkgver}.tar.gz")
+md5sums=('a8916c6d095bcf073e1108af02e78c97')
+
+build() {
+ cd "${srcdir}/XML-NamespaceSupport-${pkgver}"
+
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ cd "${srcdir}/XML-NamespaceSupport-${pkgver}"
+
+ make install DESTDIR="${pkgdir}"
+
+ find ${pkgdir} -name '.packlist' -delete
+ find ${pkgdir} -name '*.pod' -delete
+}
More information about the arch-commits
mailing list