summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhuoyun Wei2023-02-21 16:22:28 -0800
committerZhuoyun Wei2023-02-21 16:22:28 -0800
commit689eb8e6125e47d928118939e31ed6881e0097fa (patch)
tree964c2c27689248e136b0e3492d01413ba5b98744
parentf8529a1f4cb7a8bc304ec8c617f15cb8beba6312 (diff)
downloadaur-689eb8e6125e47d928118939e31ed6881e0097fa.tar.gz
1.24
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1096adf4a8bb..e8d2bc25bc64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fava
pkgdesc = Web interface for beancount
- pkgver = 1.23.1
+ pkgver = 1.24
pkgrel = 1
url = https://github.com/beancount/fava
arch = any
@@ -14,8 +14,8 @@ pkgbase = fava
depends = python-flask-babel
depends = python-cheroot
depends = python-simplejson
- noextract = fava-1.23.1-py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py3/f/fava/fava-1.23.1-py3-none-any.whl
- sha256sums = 0fe8c64a6842478ace78fbfd56379c620723bc7b0e9a98aabe09515b0249fc4b
+ noextract = fava-1.24-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/f/fava/fava-1.24-py3-none-any.whl
+ sha256sums = 8d29e4b388c680a969dca88e08cee261955a5fabe015ab0c18efe5fb68af790e
pkgname = fava
diff --git a/PKGBUILD b/PKGBUILD
index b833835d8b79..f6aec73dd4b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=fava
pkgdesc='Web interface for beancount'
-pkgver=1.23.1
+pkgver=1.24
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=('0fe8c64a6842478ace78fbfd56379c620723bc7b0e9a98aabe09515b0249fc4b')
+sha256sums=('8d29e4b388c680a969dca88e08cee261955a5fabe015ab0c18efe5fb68af790e')
depends=('beancount' 'python-setuptools' 'python-click' 'python-markdown2' 'python-flask' 'python-flask-babel' 'python-cheroot' 'python-simplejson')
makedepends=('python-pip')