summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhuoyun Wei2020-01-06 21:36:59 -0800
committerZhuoyun Wei2020-01-06 21:36:59 -0800
commit4a3f14a5f934156eb2282013b5a92b66b82c9de8 (patch)
tree33db0180abdb48ad19b3a221fd187ec473cb75db
parent7034153041e57b3c3cff895fa43f89a9fca7cf0a (diff)
downloadaur-4a3f14a5f934156eb2282013b5a92b66b82c9de8.tar.gz
Add dep python-simplejson
-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 () {