summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMoritz Bunkus2023-12-01 21:18:21 +0100
committerMoritz Bunkus2023-12-01 21:18:21 +0100
commita338307adccda76ab997196f199671beeef11069 (patch)
tree2540a161249431921dd123a1c07429d4a945573a /PKGBUILD
parent21902246d339eb30de1219f2c521d24472dd3000 (diff)
downloadaur-perl-devel-repl.tar.gz
add 'perl' dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7cbd09d8c08..7370f3665e0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,14 @@
pkgname='perl-devel-repl'
pkgver='1.003029'
-pkgrel='1'
+pkgrel='2'
pkgdesc="a modern perl interactive shell"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
+ 'perl'
+
# main runtime requirements
'perl-file-homedir'
'perl-module-runtime'