diff options
author | Erich Eckner <git@eckner.net> | 2016-10-10 06:32:34 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-10-10 06:32:34 +0200 |
commit | f44ee73674d2f7f86b82c040a2dcfb69f7dabff3 (patch) | |
tree | 31ae529dcab83f070fd98bcdd90f08cb00ca9895 /perl-specio | |
parent | ae18090e572842f54ab8a05c509ab93d6be390f1 (diff) | |
download | archlinuxewe-f44ee73674d2f7f86b82c040a2dcfb69f7dabff3.tar.xz |
perl-specio 0.28 -> 0.29
Diffstat (limited to 'perl-specio')
-rw-r--r-- | perl-specio/PKGBUILD | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/perl-specio/PKGBUILD b/perl-specio/PKGBUILD index 3d8774a66..4228b1656 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.28 +pkgver=0.29 pkgrel=1 pkgdesc='Type constraints and coercions for Perl' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') provides=( - 'perl-specio-coercion=0.28' - 'perl-specio-constraint-anycan=0.28' - 'perl-specio-constraint-anydoes=0.28' - 'perl-specio-constraint-anyisa=0.28' - 'perl-specio-constraint-enum=0.28' - 'perl-specio-constraint-intersection=0.28' - 'perl-specio-constraint-objectcan=0.28' - 'perl-specio-constraint-objectdoes=0.28' - 'perl-specio-constraint-objectisa=0.28' - 'perl-specio-constraint-parameterizable=0.28' - 'perl-specio-constraint-parameterized=0.28' - 'perl-specio-constraint-role-cantype=0.28' - 'perl-specio-constraint-role-doestype=0.28' - 'perl-specio-constraint-role-interface=0.28' - 'perl-specio-constraint-role-isatype=0.28' - 'perl-specio-constraint-simple=0.28' - 'perl-specio-constraint-union=0.28' - 'perl-specio-declare=0.28' - 'perl-specio-declaredat=0.28' - 'perl-specio-exception=0.28' - 'perl-specio-exporter=0.28' - 'perl-specio-helpers=0.28' - 'perl-specio-library-builtins=0.28' - 'perl-specio-library-numeric=0.28' - 'perl-specio-library-perl=0.28' - 'perl-specio-library-string=0.28' - 'perl-specio-oo=0.28' - 'perl-specio-partialdump=0.28' - 'perl-specio-registry=0.28' - 'perl-specio-role-inlinable=0.28' - 'perl-specio-typechecks=0.28' - 'perl-test-specio=0.28') + 'perl-specio-coercion=0.29' + 'perl-specio-constraint-anycan=0.29' + 'perl-specio-constraint-anydoes=0.29' + 'perl-specio-constraint-anyisa=0.29' + 'perl-specio-constraint-enum=0.29' + 'perl-specio-constraint-intersection=0.29' + 'perl-specio-constraint-objectcan=0.29' + 'perl-specio-constraint-objectdoes=0.29' + 'perl-specio-constraint-objectisa=0.29' + 'perl-specio-constraint-parameterizable=0.29' + 'perl-specio-constraint-parameterized=0.29' + 'perl-specio-constraint-role-cantype=0.29' + 'perl-specio-constraint-role-doestype=0.29' + 'perl-specio-constraint-role-interface=0.29' + 'perl-specio-constraint-role-isatype=0.29' + 'perl-specio-constraint-simple=0.29' + 'perl-specio-constraint-union=0.29' + 'perl-specio-declare=0.29' + 'perl-specio-declaredat=0.29' + 'perl-specio-exception=0.29' + 'perl-specio-exporter=0.29' + 'perl-specio-helpers=0.29' + 'perl-specio-library-builtins=0.29' + 'perl-specio-library-numeric=0.29' + 'perl-specio-library-perl=0.29' + 'perl-specio-library-string=0.29' + 'perl-specio-oo=0.29' + 'perl-specio-partialdump=0.29' + 'perl-specio-registry=0.29' + 'perl-specio-role-inlinable=0.29' + 'perl-specio-typechecks=0.29' + 'perl-test-specio=0.29') 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=('87942aa30fb511050a41dd2e76bfce41004486113d8244fbe4ccaa9ffd87b6e462bcbbba9569c52aeefe84909f24cb946867809024fd6bb26ad5de5e435c7663') +sha512sums=('d6e566d047658935658c0b27b2ce2077415e7dbd0821f243a0658c961996f78aae07c029c3f2ccb05307c1acbb99b78dbf243d6fe9357b2beb7576b68d042c62') build() { ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ |