summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCpanBot2023-11-07 00:54:43 +0000
committerCpanBot2023-11-07 00:54:43 +0000
commit0546d2ffd005984de521f1ed74d32f0164817163 (patch)
tree073776a5990aeecdb8a76c46b26f4a37aeaa7f30
parent8837c3cad4a5a7b51e0c42ce56cc66c2836bfe8b (diff)
downloadaur-perl-math-random-mt.tar.gz
Converted 'Math::Random::MT' with cpan2aur2git
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e92b93f582df..d1156de56050 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by makepkg 6.0.2
-# Sat Jan 28 14:05:17 UTC 2023
pkgbase = perl-math-random-mt
pkgdesc = The Mersenne Twister PRNG
pkgver = 1.17
@@ -7,8 +5,7 @@ pkgbase = perl-math-random-mt
url = https://metacpan.org/release/Math-Random-MT
arch = i686
arch = x86_64
- license = PerlArtistic
- license = GPL
+ license = BSD
checkdepends = perl-test-number-delta>=0
depends = perl>=0
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 7559518a3f68..6726b1283412 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Contributor: Anonymous
+# Contributor: CpanBot <cpanbot at sch bme hu>
# Generator : CPANPLUS::Dist::Arch 1.32
pkgname='perl-math-random-mt'
@@ -6,7 +6,7 @@ pkgver='1.17'
pkgrel='1'
pkgdesc="The Mersenne Twister PRNG"
arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
+license=('BSD')
options=('!emptydirs')
depends=('perl>=0')
makedepends=()