summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2020-03-14 16:56:40 +0300
committerAnton Leontiev2020-03-14 16:56:40 +0300
commit422a0abfe59db9019fbccfe580aa3134c25093a5 (patch)
tree5440b3874f33314a891550752ec17241cbd9e447
parent32fd15223efac3ef2cb1ecd026eeca48aa0e98d1 (diff)
downloadaur-422a0abfe59db9019fbccfe580aa3134c25093a5.tar.gz
Update to v3.26
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
-rw-r--r--PKGBUILD.tt2
3 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6b9909f58ff..9e037de76d74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-xml-compile-soap
pkgdesc = Perl package for SOAP implementations
- pkgver = 3.22
+ pkgver = 3.26
pkgrel = 1
url = https://metacpan.org/release/XML-Compile-SOAP
arch = any
@@ -12,10 +12,10 @@ pkgbase = perl-xml-compile-soap
depends = perl-log-report>=1.05
depends = perl-libwww>=6.08
depends = perl-net-http>=6.16
- depends = perl-file-slurp-tiny
+ depends = perl-file-slurper
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/XML-Compile-SOAP-3.22.tar.gz
- md5sums = d6ead08c6574c62a38bd969ea2475a74
+ source = http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/XML-Compile-SOAP-3.26.tar.gz
+ md5sums = 638f534aeffe29521d4b42e6fd2d4ea9
pkgname = perl-xml-compile-soap
diff --git a/PKGBUILD b/PKGBUILD
index 65660920526c..a7f56db343c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Generator : CPANPLUS::Dist::Arch 1.32
pkgname=perl-xml-compile-soap
-pkgver=3.22
+pkgver=3.26
pkgrel=1
pkgdesc='Perl package for SOAP implementations'
arch=('any')
@@ -16,10 +16,10 @@ depends=(
'perl-log-report>=1.05'
'perl-libwww>=6.08'
'perl-net-http>=6.16'
- 'perl-file-slurp-tiny')
-source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/XML-Compile-SOAP-3.22.tar.gz)
+ 'perl-file-slurper')
+source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/XML-Compile-SOAP-3.26.tar.gz)
options=(!emptydirs)
-md5sums=('d6ead08c6574c62a38bd969ea2475a74')
+md5sums=('638f534aeffe29521d4b42e6fd2d4ea9')
sanitize() {
unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
@@ -27,20 +27,20 @@ sanitize() {
}
build() {
- cd XML-Compile-SOAP-3.22
+ cd XML-Compile-SOAP-3.26
sanitize
/usr/bin/perl Makefile.PL INSTALLDIRS=vendor
make
}
check() {
- cd XML-Compile-SOAP-3.22
+ cd XML-Compile-SOAP-3.26
sanitize
make test
}
package() {
- cd XML-Compile-SOAP-3.22
+ cd XML-Compile-SOAP-3.26
sanitize
make install DESTDIR="$pkgdir"
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
diff --git a/PKGBUILD.tt b/PKGBUILD.tt
index 5c3f67813a3a..381d5da9ca0e 100644
--- a/PKGBUILD.tt
+++ b/PKGBUILD.tt
@@ -16,7 +16,7 @@ depends=(
'perl-log-report>=1.05'
'perl-libwww>=6.08'
'perl-net-http>=6.16'
- 'perl-file-slurp-tiny')
+ 'perl-file-slurper')
source=([% source %])
options=(!emptydirs)
md5sums=('[% md5sums %]')