summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2021-05-08 15:46:53 +0300
committerAnton Leontiev2021-05-08 15:46:53 +0300
commit88e43c0887a43f77f91561fdf9f7c99997112019 (patch)
treeab6272a9909d8794bf47b8766adf0ead158f1114
parentbc6272ebe2d66bf73ccfdafa69bb92a07a3e4cea (diff)
downloadaur-88e43c0887a43f77f91561fdf9f7c99997112019.tar.gz
perl-xml-compile-soap: Update to v3.26
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56d9e34e815b..4d6fc478a0ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = perl-xml-compile-soap
pkgdesc = Perl package for SOAP implementations
- pkgver = 3.26
- pkgrel = 2
+ pkgver = 3.27
+ pkgrel = 1
url = https://metacpan.org/release/XML-Compile-SOAP
arch = any
license = PerlArtistic
@@ -14,8 +14,8 @@ pkgbase = perl-xml-compile-soap
depends = perl-net-http>=6.16
depends = perl-file-slurper
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/XML-Compile-SOAP-3.26.tar.gz
- md5sums = 638f534aeffe29521d4b42e6fd2d4ea9
+ source = http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/XML-Compile-SOAP-3.27.tar.gz
+ md5sums = 9e9868729f76d0a7e27905e469cf943a
pkgname = perl-xml-compile-soap
diff --git a/PKGBUILD b/PKGBUILD
index a3ea3c0e2be3..29e5c3f5e141 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Generator : CPANPLUS::Dist::Arch 1.32
pkgname=perl-xml-compile-soap
-pkgver=3.26
-pkgrel=2
+pkgver=3.27
+pkgrel=1
pkgdesc='Perl package for SOAP implementations'
arch=('any')
url='https://metacpan.org/release/XML-Compile-SOAP'
@@ -17,9 +17,9 @@ depends=(
'perl-libwww>=6.08'
'perl-net-http>=6.16'
'perl-file-slurper')
-source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/XML-Compile-SOAP-3.26.tar.gz)
+source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/XML-Compile-SOAP-3.27.tar.gz)
options=(!emptydirs)
-md5sums=('638f534aeffe29521d4b42e6fd2d4ea9')
+md5sums=('9e9868729f76d0a7e27905e469cf943a')
sanitize() {
unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
@@ -27,20 +27,20 @@ sanitize() {
}
build() {
- cd XML-Compile-SOAP-3.26
+ cd XML-Compile-SOAP-3.27
sanitize
/usr/bin/perl Makefile.PL INSTALLDIRS=vendor
make
}
check() {
- cd XML-Compile-SOAP-3.26
+ cd XML-Compile-SOAP-3.27
sanitize
make test
}
package() {
- cd XML-Compile-SOAP-3.26
+ cd XML-Compile-SOAP-3.27
sanitize
make install DESTDIR="$pkgdir"
find "$pkgdir" \( -name .packlist -o -name perllocal.pod \) -delete