jrnl: update to 1.9.9.

This commit is contained in:
Andrew J. Hesford 2020-10-13 09:32:36 -04:00
parent bd7dbb59ba
commit 1bd82b115a

View File

@ -1,18 +1,17 @@
# Template file for 'jrnl' # Template file for 'jrnl'
pkgname=jrnl pkgname=jrnl
version=1.9.8 version=1.9.9
revision=6 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
depends="python3-cryptography python3-dateutil python3-keyring depends="python3-parsedatetime python3-pytz python3-six python3-tzlocal
python3-keyrings-alt python3-parsedatetime python3-passlib python3-pytz python3-keyring python3-keyrings-alt python3-dateutil python3-passlib"
python3-setuptools python3-six python3-tzlocal python3-xdg python3-yaml"
short_desc="Simple journal application for your command line" short_desc="Simple journal application for your command line"
maintainer="travankor <travankor@tuta.io>" maintainer="travankor <travankor@tuta.io>"
license="MIT" license="MIT"
homepage="http://jrnl.sh" homepage="http://jrnl.sh"
distfiles="https://github.com/maebert/jrnl/archive/${version}.tar.gz" distfiles="https://github.com/jrnl-org/jrnl/archive/v${version}.tar.gz"
checksum=ec9dcf01f67a2329218fcd090b56042379937b269ddbd8c0c64097636f012e63 checksum=7db114fa0d09b601c35d7e1d6456711845d7521a6a3251b6c27939317cadc0ea
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE