diff options
author | Timothy Legge <timlegge@gmail.com> | 2020-04-04 00:01:17 +0000 |
---|---|---|
committer | Timothy Legge <timlegge@gmail.com> | 2020-04-04 13:33:43 +0000 |
commit | 9921c6690dfc0afc67be4b18343c98f962302f0f (patch) | |
tree | d5d311fded587ec63c5fb3ab09e71f8ef7707c65 /community/perl-algorithm-diff-xs | |
parent | 605616381dfa5301a86959e34bdde3d2ad188a7a (diff) | |
download | aports-9921c6690dfc0afc67be4b18343c98f962302f0f.tar.bz2 aports-9921c6690dfc0afc67be4b18343c98f962302f0f.tar.xz |
community/perl-algorithm-diff-xs: modernize APKBUILD
Diffstat (limited to 'community/perl-algorithm-diff-xs')
-rw-r--r-- | community/perl-algorithm-diff-xs/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/perl-algorithm-diff-xs/APKBUILD b/community/perl-algorithm-diff-xs/APKBUILD index a26316ead6..400661bb49 100644 --- a/community/perl-algorithm-diff-xs/APKBUILD +++ b/community/perl-algorithm-diff-xs/APKBUILD @@ -1,15 +1,16 @@ -# Automatically generated by apkbuild-cpan, template 2 +# Automatically generated by apkbuild-cpan, template 3 # Contributor: Timothy Legge <timlegge@gmail.com> # Maintainer: Timothy Legge <timlegge@gmail.com> pkgname=perl-algorithm-diff-xs +#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan _pkgreal=Algorithm-Diff-XS pkgver=0.04 -pkgrel=3 +pkgrel=4 pkgdesc="Algorithm::Diff with XS core loop" url="https://metacpan.org/release/Algorithm-Diff-XS/" arch="all" license="GPL-1.0-or-later OR Artistic-1.0-Perl" -depends="perl-algorithm-diff" +depends="perl perl-algorithm-diff" makedepends="perl-dev" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/A/AU/AUDREYT/Algorithm-Diff-XS-$pkgver.tar.gz" |