summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhuoyun Wei2020-11-05 19:05:33 -0800
committerZhuoyun Wei2020-11-05 19:05:33 -0800
commit8a15402f3f89c8a858f8335883eb6e05ca653910 (patch)
tree9ad9d411dda2c5c6e662dc9157ea83981bb67b26
parent65e78b2aa19a25361045285b5938881395c57eb7 (diff)
downloadaur-8a15402f3f89c8a858f8335883eb6e05ca653910.tar.gz
[fava] 1.16
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1e82c38bb64..f6f47cf1a532 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fava
pkgdesc = Web interface for beancount
- pkgver = 1.14
+ pkgver = 1.16
pkgrel = 1
url = https://github.com/beancount/fava
arch = any
@@ -13,9 +13,9 @@ pkgbase = fava
depends = python-flask-babel
depends = python-cheroot
depends = python-simplejson
- noextract = fava-1.14-py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py3/f/fava/fava-1.14-py3-none-any.whl
- sha256sums = 915edc87373356c64821c55140f54b023df58a3a0443375db162cc2326e2570e
+ noextract = fava-1.16-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/f/fava/fava-1.16-py3-none-any.whl
+ sha256sums = 4a726c7e8d75824a29078a49fdb094e33759d9ef1782a89ebfae931da8c732cf
pkgname = fava
diff --git a/PKGBUILD b/PKGBUILD
index b2204d76010f..5a534482bb6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=fava
pkgdesc='Web interface for beancount'
-pkgver=1.14
+pkgver=1.16
pkgrel=1
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=('915edc87373356c64821c55140f54b023df58a3a0443375db162cc2326e2570e')
+sha256sums=('4a726c7e8d75824a29078a49fdb094e33759d9ef1782a89ebfae931da8c732cf')
depends=('beancount' 'python-click' 'python-markdown2' 'python-flask' 'python-flask-babel' 'python-cheroot' 'python-simplejson')
makedepends=('python-pip')