summaryrefslogtreecommitdiff
path: root/perl-moox-strictconstructor
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-03-26 08:27:51 +0200
committerErich Eckner <git@eckner.net>2018-03-26 08:27:51 +0200
commitb52679a54aaf3149ded5d0270ad2b5cbaad9365a (patch)
treea5ea8c38e659d2926b5257a457e4f7f1f12e0cdb /perl-moox-strictconstructor
parent72ea3ceb62c21039afb48099e2fc47e141afd98b (diff)
downloadarchlinuxewe.git.save-b52679a54aaf3149ded5d0270ad2b5cbaad9365a.tar.xz
perl-moox-strictconstructor 0.009-1 -> 0.010-1
Diffstat (limited to 'perl-moox-strictconstructor')
-rw-r--r--perl-moox-strictconstructor/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-moox-strictconstructor/PKGBUILD b/perl-moox-strictconstructor/PKGBUILD
index ef7a48cd..733e7479 100644
--- a/perl-moox-strictconstructor/PKGBUILD
+++ b/perl-moox-strictconstructor/PKGBUILD
@@ -2,14 +2,14 @@
# Generator : neuesPerlPaket (e520087d22896debe22f9376d2e46ee8f7a57ce44debdfc7a7d1c414a9fd5b5f75c8ce9350f4e793cd6356e6207c8cca7930b0b973dbd8a9dc2068472324bb72)
pkgname='perl-moox-strictconstructor'
-pkgver=0.009
+pkgver=0.010
pkgrel=1
pkgdesc='Make your Moo-based object constructors blow up on unknown attributes.'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
provides=(
- 'perl-method-generate-constructor-role-strictconstructor=0.009')
+ 'perl-method-generate-constructor-role-strictconstructor=0.010')
depends=(
'perl>=5.6.0'
'perl-class-method-modifiers'
@@ -26,7 +26,7 @@ makedepends=(
url='https://metacpan.org/release/MooX-StrictConstructor'
_distdir="MooX-StrictConstructor-${pkgver}"
source=("https://cpan.metacpan.org/authors/id/H/HA/HARTZELL/${_distdir}.tar.gz")
-sha512sums=('e14292b0a5973d800a66048674b97d381017930c10b608ac1c15530e5953de3074459e2a00979864f2476b95d037e17a65a1f404931918f91d9490a83cbe3fc4')
+sha512sums=('17748ee05c1679d3cbade89b40a6f884bafc45244298f1dfcc5441dc81ab807394e6aafce483e302da8441ccb954aa1c7438b4449fcc373ecdcf81ad9e7cd864')
build(){
cd "${srcdir}/${_distdir}"