jrnl: update to 2.6.

This commit is contained in:
Nathan Owens 2020-12-21 11:01:56 -06:00 committed by Đoàn Trần Công Danh
parent aca416d6a5
commit e25c944185

View file

@ -1,7 +1,7 @@
# Template file for 'jrnl'
pkgname=jrnl
version=2.4.5
revision=2
version=2.6
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-ansiwrap python3-asteval python3-colorama python3-cryptography
@ -13,4 +13,8 @@ license="GPL-3.0-only"
homepage="https://jrnl.sh"
changelog="https://raw.githubusercontent.com/jrnl-org/jrnl/develop/CHANGELOG.md"
distfiles="${PYPI_SITE}/j/jrnl/jrnl-${version}.tar.gz"
checksum=a5f069efcaa3f5d95cc7712178b3f92915f67eed4034e5f257cc063c6b0e74d9
checksum=ea2c35737bdda0ab5f8887d81733e1ad7d1f6e61fa13745102651386b530c15d
do_check() {
: # Downloads many deps and no tests are ran
}