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 5135803a0e85..9011f4258a10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fava
pkgdesc = Web interface for beancount
- pkgver = 1.17
- pkgrel = 2
+ pkgver = 1.18
+ pkgrel = 1
url = https://github.com/beancount/fava
arch = any
license = GPL
@@ -13,9 +13,9 @@ pkgbase = fava
depends = python-flask-babel
depends = python-cheroot
depends = python-simplejson
- noextract = fava-1.17-py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py3/f/fava/fava-1.17-py3-none-any.whl
- sha256sums = feb0f5e2c4b2c003a2f6c9bf055f8a0023303afe277732cc8fe000bf057dc0e0
+ noextract = fava-1.18-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/f/fava/fava-1.18-py3-none-any.whl
+ sha256sums = 592540cc0f531c4092760497304f05d708305b2b7b9093661c10ee4d760565b1
pkgname = fava
diff --git a/PKGBUILD b/PKGBUILD
index e1b835aeea1a..709e242a17a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=fava
pkgdesc='Web interface for beancount'
-pkgver=1.17
-pkgrel=2
+pkgver=1.18
+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=('feb0f5e2c4b2c003a2f6c9bf055f8a0023303afe277732cc8fe000bf057dc0e0')
+sha256sums=('592540cc0f531c4092760497304f05d708305b2b7b9093661c10ee4d760565b1')
depends=('beancount' 'python-click' 'python-markdown2' 'python-flask' 'python-flask-babel' 'python-cheroot' 'python-simplejson')
makedepends=('python-pip')