summaryrefslogtreecommitdiff
path: root/perl-math-random
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-06-10 16:14:46 +0200
committerErich Eckner <git@eckner.net>2016-06-10 22:18:58 +0200
commitf8dfbc19abf799c3337b79902a500fd65e1edc9f (patch)
tree8af03cdf8919cd0a65748866321297c1be8987d9 /perl-math-random
parent4191db4a36e39ad8135695bdab340d60963d754f (diff)
downloadarchlinuxewe.git.save-f8dfbc19abf799c3337b79902a500fd65e1edc9f.tar.xz
perl-math-random dependency update
Diffstat (limited to 'perl-math-random')
-rw-r--r--perl-math-random/PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/perl-math-random/PKGBUILD b/perl-math-random/PKGBUILD
index fb8e7e63..d25e34dd 100644
--- a/perl-math-random/PKGBUILD
+++ b/perl-math-random/PKGBUILD
@@ -4,13 +4,15 @@
pkgname='perl-math-random'
pkgver='0.72'
-pkgrel='1'
+pkgrel='2'
pkgdesc="Random Number Generators"
arch=('x86_64' 'i686')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
-depends=('perl')
-makedepends=()
+depends=(
+ 'perl')
+makedepends=(
+ 'perl-extutils-makemaker')
url='http://search.cpan.org/~grommel/Math-Random-0.72/'
source=("http://search.cpan.org/CPAN/authors/id/G/GR/GROMMEL/Math-Random-${pkgver}.tar.gz")
sha512sums=('6a24f59ba06b93027fe5907d41a36b2142c20c2813813a34a5adfa9ee06de25902d5f544009f307b518905c614238f63ad3717a1f199513f455f4c53119e2088')