summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad6d58ee078b..f1e82c38bb64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fava
pkgdesc = Web interface for beancount
- pkgver = 1.13
+ pkgver = 1.14
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.13-py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py3/f/fava/fava-1.13-py3-none-any.whl
- sha256sums = 979ee5c07feb7c9f2b80bae3635c0f67c97075d045ba29c6e4d279662ef9c4e1
+ 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
pkgname = fava
diff --git a/PKGBUILD b/PKGBUILD
index 4f9ec49235fd..b2204d76010f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=fava
pkgdesc='Web interface for beancount'
-pkgver=1.13
+pkgver=1.14
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=('979ee5c07feb7c9f2b80bae3635c0f67c97075d045ba29c6e4d279662ef9c4e1')
+sha256sums=('915edc87373356c64821c55140f54b023df58a3a0443375db162cc2326e2570e')
depends=('beancount' 'python-click' 'python-markdown2' 'python-flask' 'python-flask-babel' 'python-cheroot' 'python-simplejson')
makedepends=('python-pip')