summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryar2016-02-11 18:11:34 -0800
committeryar2016-02-11 18:12:49 -0800
commitcf490aa6c4e77e6ffd15325ddf9bd3230dca5779 (patch)
tree5a8c2bc2fcbcbeeca46b275812a8032ed7638016 /PKGBUILD
parente462041de7ee07710c8d9d08a4792dca5673393c (diff)
downloadaur-cf490aa6c4e77e6ffd15325ddf9bd3230dca5779.tar.gz
dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
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')