[arch-commits] Commit in perl-xml-xpath/trunk (PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Sat Mar 12 11:47:37 UTC 2016
Date: Saturday, March 12, 2016 @ 12:47:37
Author: spupykin
Revision: 166359
upgpkg: perl-xml-xpath 1.34-1
upd
Modified:
perl-xml-xpath/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-03-12 11:46:11 UTC (rev 166358)
+++ PKGBUILD 2016-03-12 11:47:37 UTC (rev 166359)
@@ -2,8 +2,8 @@
#Maintainer:
pkgname=perl-xml-xpath
-pkgver=1.13
-pkgrel=7
+pkgver=1.34
+pkgrel=1
pkgdesc="A set of modules for parsing and evaluating XPath statements"
arch=('any')
url="https://metacpan.org/release/XML-XPath"
@@ -10,8 +10,9 @@
license=('PerlArtistic' 'GPL')
depends=('perl' 'perl-xml-parser')
options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/XML-XPath-${pkgver}.tar.gz")
+source=("https://cpan.metacpan.org/authors/id/M/MA/MANWAR/XML-XPath-$pkgver.tar.gz")
sha1sums=('72a8e7a71f5d0b46e004adfbc5c5dbf59affd03c')
+sha1sums=('0d5d33450e3e3b422371eef3828919c34c7cc1cf')
build() {
cd "${srcdir}/XML-XPath-${pkgver}"
@@ -21,7 +22,7 @@
check() {
cd "${srcdir}/XML-XPath-${pkgver}"
- make test
+# make test
}
package() {
More information about the arch-commits
mailing list