summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7c90026f75d..1baed15c9789 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fava
pkgdesc = Web interface for beancount
pkgver = 1.12
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/beancount/fava
arch = any
license = GPL
@@ -12,6 +12,7 @@ pkgbase = fava
depends = python-flask
depends = python-flask-babel
depends = python-cheroot
+ depends = python-simplejson
noextract = fava-1.12-py3-none-any.whl
source = https://files.pythonhosted.org/packages/py3/f/fava/fava-1.12-py3-none-any.whl
sha256sums = 89cf3bc358c7e31f67d08105b138f646492e7a00fff4f3fceaacdea0b892cab8
diff --git a/PKGBUILD b/PKGBUILD
index e9924d4f6af7..e23a75f7b0a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=fava
pkgdesc='Web interface for beancount'
pkgver=1.12
-pkgrel=1
+pkgrel=2
arch=('any')
url='https://github.com/beancount/fava'
license=('GPL')
source=("https://files.pythonhosted.org/packages/py3/f/fava/fava-${pkgver}-py3-none-any.whl")
noextract=("fava-${pkgver}-py3-none-any.whl")
sha256sums=('89cf3bc358c7e31f67d08105b138f646492e7a00fff4f3fceaacdea0b892cab8')
-depends=('beancount' 'python-click' 'python-markdown2' 'python-flask' 'python-flask-babel' 'python-cheroot')
+depends=('beancount' 'python-click' 'python-markdown2' 'python-flask' 'python-flask-babel' 'python-cheroot' 'python-simplejson')
makedepends=('python-pip')
package () {