mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
community/perl-moose: upgrade to 2.4000
This commit is contained in:
parent
cb5166a761
commit
c38cb519f0
1 changed files with 7 additions and 5 deletions
|
@ -4,10 +4,10 @@
|
|||
pkgname=perl-moose
|
||||
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
|
||||
_pkgreal=Moose
|
||||
pkgver=2.2207
|
||||
pkgrel=2
|
||||
pkgver=2.4000
|
||||
pkgrel=0
|
||||
pkgdesc="A postmodern object system for Perl 5"
|
||||
options="!check" # Tests introduce circular dependencies
|
||||
#options="!check" # Tests introduce circular dependencies
|
||||
url="https://metacpan.org/release/Moose/"
|
||||
arch="all"
|
||||
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
|
||||
|
@ -19,7 +19,9 @@ depends="
|
|||
perl-devel-stacktrace
|
||||
"
|
||||
makedepends="perl-dev perl-dist-checkconflicts"
|
||||
checkdepends="perl-cpan-meta-check perl-test-fatal perl-test-needs"
|
||||
checkdepends="perl-cpan-meta-check perl-specio perl-super perl-test-deep perl-test-fatal
|
||||
perl-test-needs perl-test-output
|
||||
"
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://cpan.metacpan.org/authors/id/E/ET/ETHER/Moose-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
|
@ -41,5 +43,5 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
bc0efe3b9c7fea8ef6bb2976d2ec677250f998b3d8513a7fca59a10291f8ff5f13dd5e1d49d036071d93b5caa19685b704ef3588aa9307cda40ec5ba15b6985a Moose-2.2207.tar.gz
|
||||
facae305a538ce55cad1aa1b420a5a2ba7a6f2de502257fe84094ce1d2f91c8f297318e404c1bc236ce6ef2800bac9bb782191061925505c970fb6e38ff1ab87 Moose-2.4000.tar.gz
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue