summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-06-16 19:59:05 +0200
committerErich Eckner <git@eckner.net>2016-06-16 19:59:05 +0200
commit32b6c6bce5e78a5e8c42f7d84c82fdecf3ab5f91 (patch)
tree11cc4634cdcc82fc6a56039a425acd1fa98a2f83
parentdfded9948d231cb611dee0b48387078fa7cd2013 (diff)
downloadarchlinuxewe-32b6c6bce5e78a5e8c42f7d84c82fdecf3ab5f91.tar.xz
perl-specio 0.17 -> 0.18
-rw-r--r--perl-specio/PKGBUILD67
1 files changed, 34 insertions, 33 deletions
diff --git a/perl-specio/PKGBUILD b/perl-specio/PKGBUILD
index 78e7beb50..f09b2d9cc 100644
--- a/perl-specio/PKGBUILD
+++ b/perl-specio/PKGBUILD
@@ -1,50 +1,51 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname='perl-specio'
-pkgver=0.17
-pkgrel='2'
+pkgver=0.18
+pkgrel=1
pkgdesc='Type constraints and coercions for Perl'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
provides=(
- 'perl-specio-coercion=0.17'
- 'perl-specio-constraint-anycan=0.17'
- 'perl-specio-constraint-anydoes=0.17'
- 'perl-specio-constraint-anyisa=0.17'
- 'perl-specio-constraint-enum=0.17'
- 'perl-specio-constraint-objectcan=0.17'
- 'perl-specio-constraint-objectdoes=0.17'
- 'perl-specio-constraint-objectisa=0.17'
- 'perl-specio-constraint-parameterizable=0.17'
- 'perl-specio-constraint-parameterized=0.17'
- 'perl-specio-constraint-role-cantype=0.17'
- 'perl-specio-constraint-role-doestype=0.17'
- 'perl-specio-constraint-role-interface=0.17'
- 'perl-specio-constraint-role-isatype=0.17'
- 'perl-specio-constraint-simple=0.17'
- 'perl-specio-declare=0.17'
- 'perl-specio-declaredat=0.17'
- 'perl-specio-exception=0.17'
- 'perl-specio-exporter=0.17'
- 'perl-specio-helpers=0.17'
- 'perl-specio-library-builtins=0.17'
- 'perl-specio-library-numeric=0.17'
- 'perl-specio-library-perl=0.17'
- 'perl-specio-library-string=0.17'
- 'perl-specio-oo=0.17'
- 'perl-specio-registry=0.17'
- 'perl-specio-role-inlinable=0.17'
- 'perl-specio-typechecks=0.17')
+ 'perl-specio-coercion=0.18'
+ 'perl-specio-constraint-anycan=0.18'
+ 'perl-specio-constraint-anydoes=0.18'
+ 'perl-specio-constraint-anyisa=0.18'
+ 'perl-specio-constraint-enum=0.18'
+ 'perl-specio-constraint-objectcan=0.18'
+ 'perl-specio-constraint-objectdoes=0.18'
+ 'perl-specio-constraint-objectisa=0.18'
+ 'perl-specio-constraint-parameterizable=0.18'
+ 'perl-specio-constraint-parameterized=0.18'
+ 'perl-specio-constraint-role-cantype=0.18'
+ 'perl-specio-constraint-role-doestype=0.18'
+ 'perl-specio-constraint-role-interface=0.18'
+ 'perl-specio-constraint-role-isatype=0.18'
+ 'perl-specio-constraint-simple=0.18'
+ 'perl-specio-constraint-union=0.18'
+ 'perl-specio-declare=0.18'
+ 'perl-specio-declaredat=0.18'
+ 'perl-specio-exception=0.18'
+ 'perl-specio-exporter=0.18'
+ 'perl-specio-helpers=0.18'
+ 'perl-specio-library-builtins=0.18'
+ 'perl-specio-library-numeric=0.18'
+ 'perl-specio-library-perl=0.18'
+ 'perl-specio-library-string=0.18'
+ 'perl-specio-oo=0.18'
+ 'perl-specio-registry=0.18'
+ 'perl-specio-role-inlinable=0.18'
+ 'perl-specio-typechecks=0.18')
depends=(
- 'perl>=5.10.0'
+ 'perl>=5.8.0'
'perl-carp'
- 'perl-class-method-modifiers'
'perl-devel-partialdump'
'perl-devel-stacktrace'
'perl-eval-closure'
'perl-exporter'
'perl-moo'
+ 'perl-mro-compat'
'perl-parent'
'perl-role-tiny'
'perl-scalar-list-utils>=1.33'
@@ -68,7 +69,7 @@ checkdepends=(
url='https://metacpan.org/release/Specio'
_distdir="Specio-${pkgver}"
source=("https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/${_distdir}.tar.gz")
-sha512sums=('662b83cdac883546a22b17c3211d70ff7dd5659ad8a383c3bb8e3011903a22d48e88047bc01c4ca5cc18c854417f06df625db993fea216f256309eeb1fa004a1')
+sha512sums=('91b0f8444a7b2a9a54b80283cb630ca011856e3a6fd4b29c4acc34202b81ab5781875ee1307ed9eed199373a1f67868ffc5cc14d5b39b0280e6f0dc0c8e788a5')
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \