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 055f51e85b3d..bb2374f2e407 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = bitvalue-git
license = GPL3
depends = gnuplot>=5.2
depends = wget>=1.19
+ depends = bash>=4.4
source = bitvalue-git::git+https://git.treefish.org/~alex/bitvalue.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 14bc5dee7e1d..0deb05839ec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url="http://git.treefish.org/~alex/bitvalue.git"
license=('GPL3')
source=('bitvalue-git::git+https://git.treefish.org/~alex/bitvalue.git')
md5sums=('SKIP')
-depends=('gnuplot>=5.2' 'wget>=1.19')
+depends=('gnuplot>=5.2' 'wget>=1.19' 'bash>=4.4')
pkgver() {
cd "$srcdir/$pkgname"