summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot2019-05-10 12:55:24 +0200
committerEmmanuel Gil Peyrot2019-05-10 12:55:24 +0200
commitd5d9d7b4fcdd1df9220fc36feaa05a5ba10e3f04 (patch)
tree71a2e947e64f168831e1a7a53269baf44a0328e5
parent5292fffc3cd1caad2ce8b989eac7d161a59fcc5d (diff)
downloadaur-d5d9d7b4fcdd1df9220fc36feaa05a5ba10e3f04.tar.gz
Add bash as a dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 895c38eb73e7..dd7105056cf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Easy way to install games on Linux"
arch=('any')
url="https://wiki.dotslashplay.it"
license=('BSD')
-depends=()
+depends=('bash')
makedepends=('pandoc')
optdepends=(
'imagemagick'