summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072017-09-25 06:35:36 +0200
committersL1pKn072017-09-25 06:35:36 +0200
commitddd997ae409092c31991dd2b4c21f21b7451c48f (patch)
tree8ee24f27b8ba82941179a432f3218f1952ce49ef
parent34392ee035ea9c24752eef6113c98d21ccd50559 (diff)
downloadaur-ddd997ae409092c31991dd2b4c21f21b7451c48f.tar.gz
license issues
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90b744276f44..206f99194f29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
# Generated by mksrcinfo v8
-# Sun Sep 24 17:20:54 UTC 2017
+# Mon Sep 25 04:35:13 UTC 2017
pkgbase = perl-test-use-ok
pkgdesc = Alternative to Test::More::use_ok
pkgver = 0.11
pkgrel = 3
url = http://search.cpan.org/~audreyt/Test-use-ok
arch = any
- license = perl
+ license = GPL
+ license = PerlArtistic
depends = perl>=5.8.9
provides = test-use-ok=0.11
provides = ok=0.11
diff --git a/PKGBUILD b/PKGBUILD
index 083cc3a11a53..9d789099ea3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=0.11
pkgrel=3
pkgdesc="Alternative to Test::More::use_ok"
arch=('any')
-license=('perl')
+license=('GPL' 'PerlArtistic')
url='http://search.cpan.org/~audreyt/Test-use-ok'
options=(!emptydirs)
depends=('perl>=5.8.9')