summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchrottfresse2017-12-13 11:27:25 +0100
committerSchrottfresse2017-12-13 11:27:25 +0100
commit78f054baba6ecc00595c4ffe4e07f6dc0c3915df (patch)
treeb68e3732bfac68289311747a43ea33e0289bf468
parent068f5308003f6d6f406acc21768c260fb6460128 (diff)
downloadaur-78f054baba6ecc00595c4ffe4e07f6dc0c3915df.tar.gz
Added perl-module-build to make dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1289e29a9fd..06bd81d912fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = perl-term-shell
arch = any
license = GPL
license = PerlArtistic
+ makedepends = perl-module-build
depends = perl
depends = perl-text-autoformat
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 8a67931183bf..06c5b4e17e7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('any')
url="http://search.cpan.org/dist/Term-Shell/"
license=('GPL' 'PerlArtistic')
depends=('perl' 'perl-text-autoformat')
+makedepends=('perl-module-build')
options=('!emptydirs')
source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/${_cpanname}-${pkgver}.tar.gz)
sha256sums=('092cf1ce6d3df66066db5cd53edd63be6f63789f21e3af3631f10e6faa549afc')