summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZhuoyun Wei2022-07-05 09:20:04 -0700
committerZhuoyun Wei2022-07-05 09:20:04 -0700
commitc3c0706ba824f909fc482a69950a080b52c23566 (patch)
tree32fea913305b2daff5aea85d07b3f1db04a2839b /PKGBUILD
parent4f6534b6d7052601f922ef8f394d08271d126d78 (diff)
downloadaur-c3c0706ba824f909fc482a69950a080b52c23566.tar.gz
1.22
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ffc8f92e2bd..4d3e57e40d3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=fava
pkgdesc='Web interface for beancount'
-pkgver=1.21
+pkgver=1.22
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=('0417972eb112859b9d5cc08b43b966a54adb48bad4f2aa05adeb7aef5b655dfb')
+sha256sums=('b7fc40f9674d0b1ba0ab857b8df71b2304352d30881756a243db6cbea788f334')
depends=('beancount' 'python-click' 'python-markdown2' 'python-flask' 'python-flask-babel' 'python-cheroot' 'python-simplejson')
makedepends=('python-pip')