fava: update to 1.1.8.

This commit is contained in:
UsernameRandomlyGenerated 2021-02-12 09:32:07 +01:00 committed by Érico Nogueira Rolim
parent 51886883c0
commit 3ec438d12a
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'fava' # Template file for 'fava'
pkgname=fava pkgname=fava
version=1.17 version=1.18
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools_scm" hostmakedepends="python3-setuptools_scm"
depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask
@ -13,7 +13,7 @@ maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
license="MIT" license="MIT"
homepage="https://beancount.github.io/fava/" homepage="https://beancount.github.io/fava/"
distfiles="${PYPI_SITE}/f/fava/fava-${version}.tar.gz" distfiles="${PYPI_SITE}/f/fava/fava-${version}.tar.gz"
checksum=efad3a4b5697b9d7ee29eff5dc0c8367fc1df37b1abacc8d0b2071602e94a6cd checksum=21336b695708497e6f00cab77135b174c51feb2713b657e0e208282960885bf5
do_check() { do_check() {
# CLI test expects fava on $PATH. Not sure why static_url fails. # CLI test expects fava on $PATH. Not sure why static_url fails.