jrnl: update to 2.4.5.

This commit is contained in:
travankor 2020-05-25 13:08:47 -07:00 committed by Đoàn Trần Công Danh
parent 25630850db
commit 3ccff4c889
2 changed files with 11 additions and 12 deletions

View file

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

1
srcpkgs/jrnl/update Normal file
View file

@ -0,0 +1 @@
site="https://pypi.org/project/jrnl"