summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorusagiga2022-08-18 12:54:43 +0900
committerusagiga2022-08-18 12:54:43 +0900
commit2d90b17a805984fbbc8f394f690f558ee80bd132 (patch)
tree8717d2ec8a7d0ee83a78262f7fd15af444a11c68 /PKGBUILD
parentffbbfb673bfe41776342e42f82a7777548412ac6 (diff)
downloadaur-anyenv.tar.gz
fix: add bash as depends correctly
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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")