aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2015-06-13 21:58:45 -0400
committerDavid Parrish2015-06-13 21:58:45 -0400
commit50d3d3ba75c5e82567cc9c6a872e870f4e0d646c (patch)
treeb8e52fd10b43eadfa858298299afb74700df1b16
parent9f274da39cbb84d6c588f5f191e6a903bb7014ad (diff)
downloadaur-50d3d3ba75c5e82567cc9c6a872e870f4e0d646c.tar.gz
Add bash as a dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4e71371228b..ac0c432f0fe0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = bitaddress-git
arch = any
license = MIT
makedepends = nodejs-grunt-cli
+ depends = bash
provides = bitsquare
source = bitaddress-git::git+https://github.com/pointbiz/bitaddress.org.git
source = bitaddress.sh
diff --git a/PKGBUILD b/PKGBUILD
index 32a9ed45be6c..f5fae117e9a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc="JavaScript Client-Side Bitcoin Wallet Generator"
arch=('any')
url="https://www.bitaddress.org"
license=('MIT')
+depends=('bash')
makedepends=('nodejs-grunt-cli')
provides=('bitsquare')
source=("${pkgname}::git+https://github.com/pointbiz/bitaddress.org.git"