summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f53ec68e12ed..7081b5daacb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fava
pkgdesc = Web interface for beancount
- pkgver = 1.26.2
- pkgrel = 2
+ pkgver = 1.27.3
+ pkgrel = 1
url = https://github.com/beancount/fava
arch = any
license = MIT
@@ -14,8 +14,8 @@ pkgbase = fava
depends = python-flask-babel
depends = python-cheroot
depends = python-simplejson
- noextract = fava-1.26.2-py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py3/f/fava/fava-1.26.2-py3-none-any.whl
- sha256sums = 03b36f39d624a8af2a490ff7e917cebcc8dbeff97c64ef8f0addfd04bc7b54fd
+ noextract = fava-1.27.3-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/f/fava/fava-1.27.3-py3-none-any.whl
+ sha256sums = 7b12527e2f469285e797f6015b0933fb160da50e470fa2f57379eb3e621a0466
pkgname = fava
diff --git a/PKGBUILD b/PKGBUILD
index 58e9778b6fb1..e1b6346d5a88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=fava
pkgdesc='Web interface for beancount'
-pkgver=1.26.2
-pkgrel=2
+pkgver=1.27.3
+pkgrel=1
arch=('any')
url='https://github.com/beancount/fava'
license=('MIT')
source=("https://files.pythonhosted.org/packages/py3/f/fava/fava-${pkgver}-py3-none-any.whl")
noextract=("fava-${pkgver}-py3-none-any.whl")
-sha256sums=('03b36f39d624a8af2a490ff7e917cebcc8dbeff97c64ef8f0addfd04bc7b54fd')
+sha256sums=('7b12527e2f469285e797f6015b0933fb160da50e470fa2f57379eb3e621a0466')
depends=('beancount' 'python-setuptools' 'python-click' 'python-markdown2' 'python-flask' 'python-flask-babel' 'python-cheroot' 'python-simplejson')
makedepends=('python-pip')