summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYardena Cohen2022-06-08 14:11:59 -0700
committerYardena Cohen2022-06-08 14:11:59 -0700
commit52af54bab87655536d795b7694738f56193c8825 (patch)
tree93d3eb42d594b9852b8133b011db4c098966c15a /PKGBUILD
parent0839a10ff3e71c1afaa6bc8de446fa50358dfc94 (diff)
downloadaur-perl-crypt-random-source.tar.gz
fix deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67f5e4d7aec1..c3dc4143f3a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,21 +4,22 @@ cpaname='Crypt-Random-Source'
cpanauthor=ETHER
pkgname=perl-crypt-random-source
pkgver=0.14
-pkgrel=2
+pkgrel=5
pkgdesc='Perl Crypt::Random::Source CPAN module - load and instantiate sources of random data'
arch=('any')
url="http://search.cpan.org/dist/${cpaname}/"
license=(GPL)
+makedepends=(
+ perl-module-build-tiny
+)
depends=(
perl-capture-tiny
- perl-module-build-tiny
perl-module-find
perl-module-runtime
perl-moo
perl-namespace-clean
perl-sub-exporter
perl-sub-name
- perl-test-exception
perl-test-fatal
perl-type-tiny
perl-yaml