mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
perl-Package-Stash: update to 0.38.
This commit is contained in:
parent
8fd7600a09
commit
8c86fe1b00
1 changed files with 5 additions and 6 deletions
|
@ -1,13 +1,12 @@
|
||||||
# Template file for 'perl-Package-Stash'
|
# Template file for 'perl-Package-Stash'
|
||||||
pkgname=perl-Package-Stash
|
pkgname=perl-Package-Stash
|
||||||
#TODO
|
version=0.38
|
||||||
version=0.37
|
revision=1
|
||||||
revision=2
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname/perl-/}-${version}"
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl perl-Dist-CheckConflicts"
|
hostmakedepends="perl perl-Dist-CheckConflicts"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="$hostmakedepends"
|
||||||
depends="${hostmakedepends} perl-Module-Implementation perl-Package-Stash-XS
|
depends="${hostmakedepends} perl-Module-Implementation perl-Package-Stash-XS
|
||||||
perl-Test-Requires"
|
perl-Test-Requires"
|
||||||
checkdepends="${depends} perl-Test-Fatal"
|
checkdepends="${depends} perl-Test-Fatal"
|
||||||
|
@ -15,5 +14,5 @@ short_desc="Routines for manipulating stashes"
|
||||||
maintainer="John Regan <john@jrjrtech.com>"
|
maintainer="John Regan <john@jrjrtech.com>"
|
||||||
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||||
homepage="https://metacpan.org/release/Package-Stash"
|
homepage="https://metacpan.org/release/Package-Stash"
|
||||||
distfiles="${CPAN_SITE}/Package/${pkgname/perl-/}-$version.tar.gz"
|
distfiles="${CPAN_SITE}/Package/${pkgname/perl-/}-${version}.tar.gz"
|
||||||
checksum=06ab05388f9130cd377c0e1d3e3bafeed6ef6a1e22104571a9e1d7bfac787b2c
|
checksum=c58ee8844df2dda38e3bf66fdf443439aaefaef1a33940edf2055f0afd223a7f
|
||||||
|
|
Loading…
Add table
Reference in a new issue