summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Porquet2015-10-18 00:04:27 +0200
committerJoel Porquet2015-10-18 00:04:27 +0200
commit3e6ed625f5ee82c2f22dd4d4da8da14878140b5f (patch)
tree3e1d103429139b983ff23d422f03570b636d9bfb
parent51d6a55c3d7c9ab9c9e7986cc6a326f9ab5ff54a (diff)
downloadaur-3e6ed625f5ee82c2f22dd4d4da8da14878140b5f.tar.gz
switch to flipflop as flup-hg is not in aur anymore
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 937c810b81fb..26f565e5d446 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,10 +6,9 @@ pkgbase = jpass-web-git
arch = any
license = GPL3
makedepends = git
- depends = jpass-git
depends = python
depends = python-bottle
- depends = python-flup-hg
+ depends = python-flipflop
backup = etc/webapps/jpass/jpassrc
source = jpass-web-git::git+https://joel.porquet.org/cgit/cgit.cgi/jpass-web.git/
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a6c09e2f4229..4689d54cb9ad 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=('jpass-git' 'python' 'python-bottle' 'python-flup-hg')
+depends=('python' 'python-bottle' 'python-flipflop')
makedepends=('git')
backup=('etc/webapps/jpass/jpassrc')