summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhuoyun Wei2023-07-18 09:32:30 -0700
committerZhuoyun Wei2023-07-18 09:32:38 -0700
commitedef49bceb75585ee72d80eb36b9b29a4527ed65 (patch)
tree036d18a68da57980ae9d96fe622d1771eb5b0b2d
parent689eb8e6125e47d928118939e31ed6881e0097fa (diff)
downloadaur-edef49bceb75585ee72d80eb36b9b29a4527ed65.tar.gz
chroe: bump 1.25
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8d2bc25bc64..aeeebc038ea1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fava
pkgdesc = Web interface for beancount
- pkgver = 1.24
+ pkgver = 1.25
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.24-py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py3/f/fava/fava-1.24-py3-none-any.whl
- sha256sums = 8d29e4b388c680a969dca88e08cee261955a5fabe015ab0c18efe5fb68af790e
+ noextract = fava-1.25-py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py3/f/fava/fava-1.25-py3-none-any.whl
+ sha256sums = 04ec97f02632be3debcc23070b8ac4ecf65673a7df47d6cd99ff972103778b9e
pkgname = fava
diff --git a/PKGBUILD b/PKGBUILD
index f6aec73dd4b8..3a59b2002553 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=fava
pkgdesc='Web interface for beancount'
-pkgver=1.24
+pkgver=1.25
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=('8d29e4b388c680a969dca88e08cee261955a5fabe015ab0c18efe5fb68af790e')
+sha256sums=('04ec97f02632be3debcc23070b8ac4ecf65673a7df47d6cd99ff972103778b9e')
depends=('beancount' 'python-setuptools' 'python-click' 'python-markdown2' 'python-flask' 'python-flask-babel' 'python-cheroot' 'python-simplejson')
makedepends=('python-pip')