summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhuoyun Wei2018-10-26 06:52:43 -0400
committerZhuoyun Wei2018-10-26 06:52:43 -0400
commit1022052d2dad44d8a6675494ee32cf93c68a0e46 (patch)
tree5a8f858c9320a42be37abe79642cce71bb97fae9
parentf1ae753dc55d0ce9691f8306abfd2f4e5f49bf9f (diff)
downloadaur-1022052d2dad44d8a6675494ee32cf93c68a0e46.tar.gz
[fava] 1.9
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 477f73d83168..151b3eba15c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Aug 6 06:20:24 UTC 2018
+# Fri Oct 26 10:52:40 UTC 2018
pkgbase = fava
pkgdesc = Web interface for beancount
- pkgver = 1.8
- pkgrel = 2
+ pkgver = 1.9
+ pkgrel = 1
url = https://github.com/beancount/fava
arch = any
license = GPL
@@ -14,9 +14,9 @@ pkgbase = fava
depends = python-flask
depends = python-flask-babel
depends = python-cheroot
- noextract = fava-1.8-py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py3/f/fava/fava-1.8-py3-none-any.whl
- sha256sums = a1d2c67456d03441a6123c6c28d4428270e2cee52b96074ad40d955986edc319
+ noextract = fava-1.9-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/f/fava/fava-1.9-py3-none-any.whl
+ sha256sums = 64e3683a7b05256acf399fc9002e44d077bf221ac800868ad1c47dbaf5d71dfc
pkgname = fava
diff --git a/PKGBUILD b/PKGBUILD
index 55cd8103e783..97ce16038112 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Zhuoyun Wei <wzyboy@wzyboy.org>
-pkgname='fava'
+pkgname=fava
pkgdesc='Web interface for beancount'
-pkgver=1.8
-pkgrel=2
+pkgver=1.9
+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=('a1d2c67456d03441a6123c6c28d4428270e2cee52b96074ad40d955986edc319')
+sha256sums=('64e3683a7b05256acf399fc9002e44d077bf221ac800868ad1c47dbaf5d71dfc')
depends=('beancount' 'python-pip' 'python-click' 'python-markdown2' 'python-flask' 'python-flask-babel' 'python-cheroot')
package () {