From 7221fd1e09dcb3d2f8c881c144352c1a482a8fbe Mon Sep 17 00:00:00 2001 From: BlueChrystal <84290062+BlueChrystal@users.noreply.github.com> Date: Wed, 19 May 2021 18:37:58 +0300 Subject: [PATCH] jrnl: update to 2.8.1. --- srcpkgs/jrnl/template | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template index 3a1244757918..357b3296922b 100644 --- a/srcpkgs/jrnl/template +++ b/srcpkgs/jrnl/template @@ -1,6 +1,6 @@ # Template file for 'jrnl' pkgname=jrnl -version=2.7.1 +version=2.8.1 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -13,8 +13,6 @@ 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=53fa205afc3853c5e93ecf2bdcef2208331cc8ce235bfe864edfe936780888ca - -do_check() { - : # Downloads many deps and no tests are ran -} +checksum=a69f0fa9be3dff7fa32d8a2ea3697ed828329b1db595fde23bbba5eab460d519 +# Tarball provides no tests +make_check=no