From d6f83c265ef62dc92b1a7747cde69eda599b3af3 Mon Sep 17 00:00:00 2001 From: travankor Date: Mon, 25 May 2020 13:08:47 -0700 Subject: [PATCH] jrnl: update to 2.4.5. --- srcpkgs/jrnl/template | 22 ++++++++++------------ srcpkgs/jrnl/update | 1 + 2 files changed, 11 insertions(+), 12 deletions(-) create mode 100644 srcpkgs/jrnl/update diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template index 63d9ff8159e..02d3d35bf78 100644 --- a/srcpkgs/jrnl/template +++ b/srcpkgs/jrnl/template @@ -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 " -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 " +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 diff --git a/srcpkgs/jrnl/update b/srcpkgs/jrnl/update new file mode 100644 index 00000000000..0601fe8e911 --- /dev/null +++ b/srcpkgs/jrnl/update @@ -0,0 +1 @@ +site="https://pypi.org/project/jrnl"