summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZhuoyun Wei2020-02-14 16:45:22 -0800
committerZhuoyun Wei2020-02-14 16:45:22 -0800
commit50f53393d09a9fa0855b1680a8ca6e6194d46d86 (patch)
treec480e6c4df33fd1825dd0f250ed62bdb55bd49a2 /PKGBUILD
parent4a3f14a5f934156eb2282013b5a92b66b82c9de8 (diff)
downloadaur-50f53393d09a9fa0855b1680a8ca6e6194d46d86.tar.gz
[fava] 1.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e23a75f7b0a6..4f9ec49235fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=fava
pkgdesc='Web interface for beancount'
-pkgver=1.12
-pkgrel=2
+pkgver=1.13
+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=('89cf3bc358c7e31f67d08105b138f646492e7a00fff4f3fceaacdea0b892cab8')
+sha256sums=('979ee5c07feb7c9f2b80bae3635c0f67c97075d045ba29c6e4d279662ef9c4e1')
depends=('beancount' 'python-click' 'python-markdown2' 'python-flask' 'python-flask-babel' 'python-cheroot' 'python-simplejson')
makedepends=('python-pip')