summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2020-03-15 08:52:34 +0300
committerAnton Leontiev2020-03-15 08:52:34 +0300
commit5e0f0067fba705bc1dba7c97970744c6d0be143f (patch)
tree533244fe1c5627f1e097719f9ff3b411ba6af89e
parent52163e362068c7e809a59a95309da1a34ffeccc6 (diff)
downloadaur-5e0f0067fba705bc1dba7c97970744c6d0be143f.tar.gz
Update to v1.63
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 043852485d43..a9b5b4379896 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-xml-compile
pkgdesc = Perl package providing compilation-based XML processing
- pkgver = 1.58
+ pkgver = 1.63
pkgrel = 1
url = https://metacpan.org/release/XML-Compile
arch = any
@@ -13,8 +13,8 @@ pkgbase = perl-xml-compile
depends = perl-xml-compile-tester>=0.90
depends = perl-xml-libxml>=2.0107
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/XML-Compile-1.58.tar.gz
- md5sums = b92acffd7fb6a50953b5b6ac9a707e8c
+ source = http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/XML-Compile-1.63.tar.gz
+ md5sums = 27746fbc05029e0a23086e1ed2a9c146
pkgname = perl-xml-compile
diff --git a/PKGBUILD b/PKGBUILD
index cbeeb50a497a..96f84b7b76a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Generator : CPANPLUS::Dist::Arch 1.32
pkgname=perl-xml-compile
-pkgver=1.58
+pkgver=1.63
pkgrel=1
pkgdesc='Perl package providing compilation-based XML processing'
arch=('any')
@@ -15,9 +15,9 @@ depends=('perl>=5.13.7'
'perl-xml-compile-tester>=0.90'
'perl-xml-libxml>=2.0107')
checkdepends=('perl-test-deep>=0.095')
-source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/XML-Compile-1.58.tar.gz)
+source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/XML-Compile-1.63.tar.gz)
options=(!emptydirs)
-md5sums=('b92acffd7fb6a50953b5b6ac9a707e8c')
+md5sums=('27746fbc05029e0a23086e1ed2a9c146')
sanitize() {
unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
@@ -25,20 +25,20 @@ sanitize() {
}
build() {
- cd XML-Compile-1.58
+ cd XML-Compile-1.63
sanitize
perl Makefile.PL INSTALLDIRS=vendor
make
}
check() {
- cd XML-Compile-1.58
+ cd XML-Compile-1.63
sanitize
make test
}
package() {
- cd XML-Compile-1.58
+ cd XML-Compile-1.63
sanitize
make install DESTDIR="$pkgdir"
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete