summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Leontiev2021-05-08 15:46:53 +0300
committerAnton Leontiev2021-05-08 15:46:53 +0300
commit88e43c0887a43f77f91561fdf9f7c99997112019 (patch)
treeab6272a9909d8794bf47b8766adf0ead158f1114 /PKGBUILD
parentbc6272ebe2d66bf73ccfdafa69bb92a07a3e4cea (diff)
downloadaur-88e43c0887a43f77f91561fdf9f7c99997112019.tar.gz
perl-xml-compile-soap: Update to v3.26
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
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