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 26f565e5d446..56e5442abdfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = jpass-web-git
arch = any
license = GPL3
makedepends = git
+ depends = jpass-git
depends = python
depends = python-bottle
depends = python-flipflop
diff --git a/PKGBUILD b/PKGBUILD
index 4689d54cb9ad..93cf4319dd3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="JPass password manager - web application"
url="https://joel.porquet.org/wiki/hacking/jpass-web/"
arch=('any')
license=('GPL3')
-depends=('python' 'python-bottle' 'python-flipflop')
+depends=('jpass-git' 'python' 'python-bottle' 'python-flipflop')
makedepends=('git')
backup=('etc/webapps/jpass/jpassrc')