summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhuoyun Wei2023-09-05 00:03:36 -0700
committerZhuoyun Wei2023-09-05 00:03:36 -0700
commite8754acbd0d2f8b1ecb7e55de4960f36935798a9 (patch)
treec00f7226a09c2bc463a9efc329ed2333965ca0df
parentd20ea905fa24fa1c0dac8cf1ba87d476eada2ae2 (diff)
downloadaur-e8754acbd0d2f8b1ecb7e55de4960f36935798a9.tar.gz
1.26
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68aebbf399cf..b9771029e14c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fava
pkgdesc = Web interface for beancount
- pkgver = 1.25.1
+ pkgver = 1.26
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.25.1-py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py3/f/fava/fava-1.25.1-py3-none-any.whl
- sha256sums = 2afb4b16a2d5062c59abd554840835c18b790135ee33d46fee2ede4382059ea2
+ noextract = fava-1.26-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/f/fava/fava-1.26-py3-none-any.whl
+ sha256sums = 71eba65620a725a4edc33984e10c41fa9a33d470ec8b5010cf177156d5fb0245
pkgname = fava
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')