jrnl: update to 2.8.1.

This commit is contained in:
BlueChrystal 2021-05-19 18:37:58 +03:00 committed by Érico Nogueira Rolim
parent c30732edab
commit 189d87cab9

View File

@ -1,6 +1,6 @@
# Template file for 'jrnl' # Template file for 'jrnl'
pkgname=jrnl pkgname=jrnl
version=2.7.1 version=2.8.1
revision=1 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
@ -13,8 +13,6 @@ license="GPL-3.0-only"
homepage="https://jrnl.sh" homepage="https://jrnl.sh"
changelog="https://raw.githubusercontent.com/jrnl-org/jrnl/develop/CHANGELOG.md" changelog="https://raw.githubusercontent.com/jrnl-org/jrnl/develop/CHANGELOG.md"
distfiles="${PYPI_SITE}/j/jrnl/jrnl-${version}.tar.gz" distfiles="${PYPI_SITE}/j/jrnl/jrnl-${version}.tar.gz"
checksum=53fa205afc3853c5e93ecf2bdcef2208331cc8ce235bfe864edfe936780888ca checksum=a69f0fa9be3dff7fa32d8a2ea3697ed828329b1db595fde23bbba5eab460d519
# Tarball provides no tests
do_check() { make_check=no
: # Downloads many deps and no tests are ran
}