summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Schmidt2017-11-08 20:15:47 +0100
committerAlexander Schmidt2017-11-08 20:15:47 +0100
commit37ec1a92b3d2c8999821d54d81c242ad88602f6c (patch)
tree3af5d221fb94be8a296f623f2209afca01f6f82b
parent7e39880fc6a460ee6e605efc3b32a04be7b56688 (diff)
downloadaur-37ec1a92b3d2c8999821d54d81c242ad88602f6c.tar.gz
Added bash to deps
-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"