summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-01-12 18:54:21 +0100
committerErich Eckner <git@eckner.net>2017-01-12 18:54:21 +0100
commitf30368b3d8975f25b8190a565105fdeef4048b8c (patch)
tree67d874a417e95fe5f32dde91f918540017cef502
parent2b312d7502d5472711a1aa342448d759f3f22bb4 (diff)
downloadarchlinuxewe.git.save-f30368b3d8975f25b8190a565105fdeef4048b8c.tar.xz
perl-specio 0.31 -> 0.32
-rw-r--r--perl-specio/PKGBUILD68
1 files changed, 34 insertions, 34 deletions
diff --git a/perl-specio/PKGBUILD b/perl-specio/PKGBUILD
index 7fb6177e..b4bde62d 100644
--- a/perl-specio/PKGBUILD
+++ b/perl-specio/PKGBUILD
@@ -1,45 +1,45 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname='perl-specio'
-pkgver=0.31
+pkgver=0.32
pkgrel=1
pkgdesc='Type constraints and coercions for Perl'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
provides=(
- 'perl-specio-coercion=0.31'
- 'perl-specio-constraint-anycan=0.31'
- 'perl-specio-constraint-anydoes=0.31'
- 'perl-specio-constraint-anyisa=0.31'
- 'perl-specio-constraint-enum=0.31'
- 'perl-specio-constraint-intersection=0.31'
- 'perl-specio-constraint-objectcan=0.31'
- 'perl-specio-constraint-objectdoes=0.31'
- 'perl-specio-constraint-objectisa=0.31'
- 'perl-specio-constraint-parameterizable=0.31'
- 'perl-specio-constraint-parameterized=0.31'
- 'perl-specio-constraint-role-cantype=0.31'
- 'perl-specio-constraint-role-doestype=0.31'
- 'perl-specio-constraint-role-interface=0.31'
- 'perl-specio-constraint-role-isatype=0.31'
- 'perl-specio-constraint-simple=0.31'
- 'perl-specio-constraint-union=0.31'
- 'perl-specio-declare=0.31'
- 'perl-specio-declaredat=0.31'
- 'perl-specio-exception=0.31'
- 'perl-specio-exporter=0.31'
- 'perl-specio-helpers=0.31'
- 'perl-specio-library-builtins=0.31'
- 'perl-specio-library-numeric=0.31'
- 'perl-specio-library-perl=0.31'
- 'perl-specio-library-string=0.31'
- 'perl-specio-oo=0.31'
- 'perl-specio-partialdump=0.31'
- 'perl-specio-registry=0.31'
- 'perl-specio-role-inlinable=0.31'
- 'perl-specio-typechecks=0.31'
- 'perl-test-specio=0.31')
+ 'perl-specio-coercion=0.32'
+ 'perl-specio-constraint-anycan=0.32'
+ 'perl-specio-constraint-anydoes=0.32'
+ 'perl-specio-constraint-anyisa=0.32'
+ 'perl-specio-constraint-enum=0.32'
+ 'perl-specio-constraint-intersection=0.32'
+ 'perl-specio-constraint-objectcan=0.32'
+ 'perl-specio-constraint-objectdoes=0.32'
+ 'perl-specio-constraint-objectisa=0.32'
+ 'perl-specio-constraint-parameterizable=0.32'
+ 'perl-specio-constraint-parameterized=0.32'
+ 'perl-specio-constraint-role-cantype=0.32'
+ 'perl-specio-constraint-role-doestype=0.32'
+ 'perl-specio-constraint-role-interface=0.32'
+ 'perl-specio-constraint-role-isatype=0.32'
+ 'perl-specio-constraint-simple=0.32'
+ 'perl-specio-constraint-union=0.32'
+ 'perl-specio-declare=0.32'
+ 'perl-specio-declaredat=0.32'
+ 'perl-specio-exception=0.32'
+ 'perl-specio-exporter=0.32'
+ 'perl-specio-helpers=0.32'
+ 'perl-specio-library-builtins=0.32'
+ 'perl-specio-library-numeric=0.32'
+ 'perl-specio-library-perl=0.32'
+ 'perl-specio-library-string=0.32'
+ 'perl-specio-oo=0.32'
+ 'perl-specio-partialdump=0.32'
+ 'perl-specio-registry=0.32'
+ 'perl-specio-role-inlinable=0.32'
+ 'perl-specio-typechecks=0.32'
+ 'perl-test-specio=0.32')
depends=(
'perl>=5.8.0'
'perl-carp'
@@ -69,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=('1d16ff9aeb3e2026c23928db64587e42f74b2488b7aeef6ee7b03ec0542dd4986cca25b3206d7d50e54724d5d3e04e8ab268808d42ff32f179ea719ca6821544')
+sha512sums=('6803089d5f80d9c7b811c0bddb6937228cbb95a0876424a678b76f38609b32220a2ffee63b904535baf741ddbffb880999b3ea49e41d34731ed83394b5d0628b')
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \