From f2c0b84f356616e9db038a0a544bc6d8a00c530c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?= Date: Fri, 12 Jun 2020 04:26:55 -0300 Subject: [PATCH] fava: update to 1.15. --- srcpkgs/fava/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template index 1bd87bd176..44628c261d 100644 --- a/srcpkgs/fava/template +++ b/srcpkgs/fava/template @@ -1,6 +1,6 @@ # Template file for 'fava' pkgname=fava -version=1.13 +version=1.15 revision=1 archs=noarch build_style=python3-module @@ -14,11 +14,11 @@ maintainer="Aluísio Augusto Silva Gonçalves " license="MIT" homepage="https://beancount.github.io/fava/" distfiles="${PYPI_SITE}/f/fava/fava-${version}.tar.gz" -checksum=a92854f282e65b69e1c58f2edf83b4d9a6bbc043f00c808f63b046b17a514ede +checksum=ff691c328cc524fb752c20b5c4ad2f23817caa2e0d9ec791f00a47e96a84ee0c do_check() { # CLI test expects fava on $PATH. Not sure why static_url fails. - python3 -m pytest tests -k 'not cli and not static_url' + PYTHONPATH="$PWD/build/lib" python3 -m pytest tests -k 'not cli and not static_url' } post_install() {