summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58698155d25f..f713661cc68d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Feb 12 02:10:11 UTC 2016
+# Fri Feb 12 02:11:23 UTC 2016
pkgbase = perl-math-random-secure
pkgdesc = Cryptographically-secure, cross-platform replacement for rand()
pkgver = 0.06
@@ -7,7 +7,10 @@ pkgbase = perl-math-random-secure
url = http://search.cpan.org/~mkanat/Math-Random-Secure/
arch = any
license = GPL
- depends = perl
+ depends = perl-any-moose
+ depends = perl-crypt-random-source-factory
+ depends = perl-math-random-isaac
+ depends = perl-module-find
options = !emptydirs
source = http://search.cpan.org/CPAN/authors/id/M/MK/MKANAT/Math-Random-Secure-0.06.tar.gz
sha512sums = 55e94f74608ab2f6acf605ef9244311f1635f291f4aebdeb494a4d962c95052d69eefa7cb8e96b58abc3de178d44ecf222467250626d67969edad0c1d91e6f2a
diff --git a/PKGBUILD b/PKGBUILD
index cd4187aa522a..31974a4f56e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,15 @@
pkgname='perl-math-random-secure'
_dist='Math-Random-Secure'
pkgver='0.06'
-pkgrel='1'
+pkgrel=1
pkgdesc='Cryptographically-secure, cross-platform replacement for rand()'
arch=('any')
url='http://search.cpan.org/~mkanat/Math-Random-Secure/'
license=('GPL')
-depends=(perl)
+depends=(perl-any-moose
+ perl-crypt-random-source-factory
+ perl-math-random-isaac
+ perl-module-find)
options=(!emptydirs)
source=("http://search.cpan.org/CPAN/authors/id/M/MK/MKANAT/Math-Random-Secure-${pkgver}.tar.gz")
sha512sums=('55e94f74608ab2f6acf605ef9244311f1635f291f4aebdeb494a4d962c95052d69eefa7cb8e96b58abc3de178d44ecf222467250626d67969edad0c1d91e6f2a')