summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZhuoyun Wei2023-09-05 00:03:36 -0700
committerZhuoyun Wei2023-09-05 00:03:36 -0700
commite8754acbd0d2f8b1ecb7e55de4960f36935798a9 (patch)
treec00f7226a09c2bc463a9efc329ed2333965ca0df /PKGBUILD
parentd20ea905fa24fa1c0dac8cf1ba87d476eada2ae2 (diff)
downloadaur-e8754acbd0d2f8b1ecb7e55de4960f36935798a9.tar.gz
1.26
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0b44d5bb3da..bbe3f58ff8d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=fava
pkgdesc='Web interface for beancount'
-pkgver=1.25.1
+pkgver=1.26
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=('2afb4b16a2d5062c59abd554840835c18b790135ee33d46fee2ede4382059ea2')
+sha256sums=('71eba65620a725a4edc33984e10c41fa9a33d470ec8b5010cf177156d5fb0245')
depends=('beancount' 'python-setuptools' 'python-click' 'python-markdown2' 'python-flask' 'python-flask-babel' 'python-cheroot' 'python-simplejson')
makedepends=('python-pip')