summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKobus van Schoor2016-01-05 16:45:09 +0200
committerKobus van Schoor2016-01-05 16:45:09 +0200
commitd41ada31a49b4e6f016bd24ebddf3472ceaf452a (patch)
tree40ffb08e47219d5daf19590876c854ee5269e544
parent35676d695fa1df3ba03eb62a5c93651ecf020682 (diff)
downloadaur-d41ada31a49b4e6f016bd24ebddf3472ceaf452a.tar.gz
Added deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD1
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f47778a50c4..bc284353b672 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jan 5 14:39:45 UTC 2016
+# Tue Jan 5 14:44:25 UTC 2016
pkgbase = bassoon
pkgdesc = An easy to use CLI password manager utilizing the dchain encryption library
pkgver = 1.0.0
@@ -7,6 +7,8 @@ pkgbase = bassoon
url = http://github.com/Cube777/bassoon
arch = x86_64
arch = i686
+ depends = dchain
+ depends = nihdb
source = git+https://github.com/Cube777/bassoon.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1a36c79dbf72..7aae10586cfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgdesc="An easy to use CLI password manager utilizing the dchain encryption lib
url="http://github.com/Cube777/bassoon"
arch=('x86_64' 'i686')
source=('git+https://github.com/Cube777/bassoon.git')
+depends=('dchain' 'nihdb')
md5sums=('SKIP')
prepare() {