summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSwift Geek2015-08-11 23:03:57 +0200
committerSwift Geek2015-08-11 23:03:57 +0200
commit706d01596ffc784a5cb2e1f88304846492556cbe (patch)
treef0295380fcd858a28ea6dd70be88d27c7b1c38ac
parentdbe0fd783c587938058a31201e854d15690202a1 (diff)
downloadaur-706d01596ffc784a5cb2e1f88304846492556cbe.tar.gz
Add der_ronny suggestion
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03ad8c6ce440..c36a8c7ca059 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = perl-math-clipper
arch = any
license = GPL
license = PerlArtistic
+ makedepends = perl-module-build
depends = perl>=5.10.0
depends = perl-extutils-typemaps-default
depends = perl-test-deep
diff --git a/PKGBUILD b/PKGBUILD
index 743819a40467..4deed1c2d629 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="https://metacpan.org/release/Math-Clipper/"
license=('GPL' 'PerlArtistic')
depends=('perl>=5.10.0' 'perl-extutils-typemaps-default' 'perl-test-deep' 'perl-module-build-withxspp' 'perl-extutils-xspp')
-makedepends=()
+makedepends=('perl-module-build')
provides=()
conflicts=()
replaces=()