summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Leontiev2016-10-14 08:59:09 +0300
committerAnton Leontiev2016-10-14 08:59:09 +0300
commitac08ec7e6059236f227614747aa0dc724373fe81 (patch)
tree2e227d04bf27c5043d0f314ccf47c2b4223cb2d9 /PKGBUILD
parent85a119912728cb739f0e3fde947adb29c6ce0dd5 (diff)
downloadaur-ac08ec7e6059236f227614747aa0dc724373fe81.tar.gz
Update to v0.71
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 301c84c80733..843bd51f50f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# CPAN Name : MooseX::Getopt
-# Contributor: Anton Leontiev <bunder /at/ t-25.ru>
-# Generator : CPANPLUS::Dist::Arch 1.30
+# Contributor: Anton Leontiev <scileont /at/ gmail.com>
+# Generator : CPANPLUS::Dist::Arch 1.32
pkgname=perl-moosex-getopt
-pkgver=0.68
+pkgver=0.71
pkgrel=1
pkgdesc='A Moose role for processing command line options'
arch=('any')
@@ -28,9 +28,9 @@ checkdepends=(
'perl-test-trap'
'perl-test-warnings'
'perl-namespace-autoclean')
-source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/MooseX-Getopt-0.68.tar.gz)
+source=(http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/MooseX-Getopt-0.71.tar.gz)
options=(!emptydirs)
-md5sums=('9016a352e86b8235a4578b2b86105b45')
+md5sums=('7ac31336c49315143b27c856e10862b0')
sanitize() {
unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
@@ -38,20 +38,20 @@ sanitize() {
}
build() {
- cd MooseX-Getopt-0.68
+ cd MooseX-Getopt-0.71
sanitize
perl Build.PL --installdirs vendor --destdir "$pkgdir"
perl Build
}
check() {
- cd MooseX-Getopt-0.68
+ cd MooseX-Getopt-0.71
sanitize
perl Build test
}
package() {
- cd MooseX-Getopt-0.68
+ cd MooseX-Getopt-0.71
sanitize
perl Build install
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete