summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhuoyun Wei2023-09-25 17:51:12 -0700
committerZhuoyun Wei2023-09-25 17:51:12 -0700
commitc26646d2b4c0c3a68c3e54b6b7bb712408319bca (patch)
tree7a95c2818d863e3092a44fbb46c9f7fcd96619e1
parente8754acbd0d2f8b1ecb7e55de4960f36935798a9 (diff)
downloadaur-c26646d2b4c0c3a68c3e54b6b7bb712408319bca.tar.gz
1.26.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9771029e14c..82dea5805f14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fava
pkgdesc = Web interface for beancount
- pkgver = 1.26
+ pkgver = 1.26.1
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.26-py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py3/f/fava/fava-1.26-py3-none-any.whl
- sha256sums = 71eba65620a725a4edc33984e10c41fa9a33d470ec8b5010cf177156d5fb0245
+ noextract = fava-1.26.1-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/f/fava/fava-1.26.1-py3-none-any.whl
+ sha256sums = c523c6f1a349fbc98ab21da9877af14293dd6261f731a36905fe8abacb1d71af
pkgname = fava
diff --git a/PKGBUILD b/PKGBUILD
index bbe3f58ff8d4..888e1a7a0bcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=fava
pkgdesc='Web interface for beancount'
-pkgver=1.26
+pkgver=1.26.1
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=('71eba65620a725a4edc33984e10c41fa9a33d470ec8b5010cf177156d5fb0245')
+sha256sums=('c523c6f1a349fbc98ab21da9877af14293dd6261f731a36905fe8abacb1d71af')
depends=('beancount' 'python-setuptools' 'python-click' 'python-markdown2' 'python-flask' 'python-flask-babel' 'python-cheroot' 'python-simplejson')
makedepends=('python-pip')