diff options
-rw-r--r-- | user/perl-gdgraph/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/user/perl-gdgraph/APKBUILD b/user/perl-gdgraph/APKBUILD index db2b2f67e..9244c5cd0 100644 --- a/user/perl-gdgraph/APKBUILD +++ b/user/perl-gdgraph/APKBUILD @@ -1,5 +1,5 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> -# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> +# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house> pkgname=perl-gdgraph _pkgreal=GDGraph _author=RUZ @@ -10,7 +10,8 @@ pkgrel=0 pkgdesc="Produce charts from Perl using GD" url="https://metacpan.org/release/GDGraph" arch="noarch" -license="Artistic-1.0-Perl OR GPL-2.0-only" +options="!check" # testsuite exercises library rather than just itself +license="Artistic-1.0-Perl OR GPL-1.0+" depends="perl perl-gd perl-gdtextutil" checkdepends="perl-capture-tiny perl-test-exception" makedepends="perl-dev" |