fava: update to 1.27.2.
This commit is contained in:
parent
3b816dcfba
commit
cf6a5ea706
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'fava'
|
||||
pkgname=fava
|
||||
version=1.26.1
|
||||
revision=2
|
||||
version=1.27.2
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||
hostmakedepends="python3-setuptools_scm python3-wheel python3-Babel"
|
||||
depends="python3-Babel python3-Cheroot python3-Flask-Babel python3-Flask
|
||||
python3-Jinja2 beancount python3-click python3-markdown2 python3-ply
|
||||
python3-simplejson python3-Werkzeug"
|
||||
|
@ -15,7 +15,7 @@ license="MIT"
|
|||
homepage="https://beancount.github.io/fava/"
|
||||
changelog="https://raw.githubusercontent.com/beancount/fava/main/CHANGES"
|
||||
distfiles="${PYPI_SITE}/f/fava/fava-${version}.tar.gz"
|
||||
checksum=a63e246900d76a18e137b6eeef1c53fd9ba809f3dd1b2a3cf7ce3cd92e609e51
|
||||
checksum=90b4005851c39b3b018d5326fd9527f93164339d96d21d23834c12a75b663d94
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue