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