summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2a7782b1817..9704d64d39e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = anyenv
install = anyenv.install
arch = any
license = MIT
+ depends = bash
source = https://github.com/anyenv/anyenv/archive/v1.1.5.tar.gz
md5sums = 0a39364230131b6779044701c8594723
diff --git a/PKGBUILD b/PKGBUILD
index 0ab0b3f94199..e2209fa0f667 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="All in one for **env"
arch=('any')
url="https://github.com/anyenv/anyenv"
license=('MIT')
-depends=()
+depends=("bash")
conflicts=()
install="anyenv.install"
source=("https://github.com/anyenv/anyenv/archive/v${pkgver}.tar.gz")