perl-MRO-Compat: update to 0.15
This commit is contained in:
parent
31673e06df
commit
6cd2fc6dc6
1 changed files with 6 additions and 5 deletions
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'perl-MRO-Compat'
|
||||
pkgname=perl-MRO-Compat
|
||||
version=0.13
|
||||
revision=3
|
||||
version=0.15
|
||||
revision=1
|
||||
wrksrc="${pkgname/perl-/}-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl"
|
||||
makedepends="${hostmakedepends}"
|
||||
depends="${hostmakedepends}"
|
||||
makedepends="perl"
|
||||
depends="perl"
|
||||
short_desc="MRO::Compat - mro::* interface compatibility for Perls < 5.9.5"
|
||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||
homepage="https://metacpan.org/release/MRO-Compat"
|
||||
changelog="https://raw.githubusercontent.com/moose/MRO-Compat/master/Changes"
|
||||
distfiles="${CPAN_SITE}/App/HAARG/MRO-Compat-${version}.tar.gz"
|
||||
checksum=8a2c3b6ccc19328d5579d02a7d91285e2afd85d801f49d423a8eb16f323da4f8
|
||||
checksum=0d4535f88e43babd84ab604866215fc4d04398bd4db7b21852d4a31b1c15ef61
|
||||
|
|
Loading…
Reference in a new issue