[arch-commits] Commit in perl-xml-xpath/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Jan 16 22:33:44 UTC 2017


    Date: Monday, January 16, 2017 @ 22:33:44
  Author: spupykin
Revision: 207648

archrelease: copy trunk to community-any

Added:
  perl-xml-xpath/repos/community-any/PKGBUILD
    (from rev 207647, perl-xml-xpath/trunk/PKGBUILD)
Deleted:
  perl-xml-xpath/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 30 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-16 22:33:33 UTC (rev 207647)
+++ PKGBUILD	2017-01-16 22:33:44 UTC (rev 207648)
@@ -1,32 +0,0 @@
-# $Id$
-#Maintainer:
-
-pkgname=perl-xml-xpath
-pkgver=1.37
-pkgrel=1
-pkgdesc="A set of modules for parsing and evaluating XPath statements"
-arch=('any')
-url="https://metacpan.org/release/XML-XPath"
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-xml-parser')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/M/MA/MANWAR/XML-XPath-$pkgver.tar.gz")
-sha1sums=('72a8e7a71f5d0b46e004adfbc5c5dbf59affd03c')
-sha1sums=('0d5d33450e3e3b422371eef3828919c34c7cc1cf')
-sha1sums=('8cedbb3073e064f6c827697aad5539f26147a4f5')
-
-build() {
-  cd "${srcdir}/XML-XPath-${pkgver}"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/XML-XPath-${pkgver}"
-#  make test
-}
-
-package() {
-  cd "${srcdir}/XML-XPath-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-xml-xpath/repos/community-any/PKGBUILD (from rev 207647, perl-xml-xpath/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-16 22:33:44 UTC (rev 207648)
@@ -0,0 +1,30 @@
+# $Id$
+#Maintainer:
+
+pkgname=perl-xml-xpath
+pkgver=1.40
+pkgrel=1
+pkgdesc="A set of modules for parsing and evaluating XPath statements"
+arch=('any')
+url="https://metacpan.org/release/XML-XPath"
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-xml-parser')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/M/MA/MANWAR/XML-XPath-$pkgver.tar.gz")
+sha1sums=('a373c9d071a6c675c77320a905053baa5e7a99ff')
+
+build() {
+  cd "${srcdir}/XML-XPath-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/XML-XPath-${pkgver}"
+#  make test
+}
+
+package() {
+  cd "${srcdir}/XML-XPath-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list