From cf83c3702ef782c4194972b0fc161cbc988d1dce 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 1/2] jrnl: update to 2.8.1. --- srcpkgs/jrnl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template index 3a1244757918..cc4b74ae1a73 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,7 +13,7 @@ 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 +checksum=a69f0fa9be3dff7fa32d8a2ea3697ed828329b1db595fde23bbba5eab460d519 do_check() { : # Downloads many deps and no tests are ran From 28007204d522615aacc1401a02f192f0303ff21d Mon Sep 17 00:00:00 2001 From: BlueChrystal <84290062+BlueChrystal@users.noreply.github.com> Date: Fri, 21 May 2021 01:37:43 +0300 Subject: [PATCH 2/2] Replace no-op `do_check` with `make_check=no` --- srcpkgs/jrnl/template | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/srcpkgs/jrnl/template b/srcpkgs/jrnl/template index cc4b74ae1a73..357b3296922b 100644 --- a/srcpkgs/jrnl/template +++ b/srcpkgs/jrnl/template @@ -14,7 +14,5 @@ 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=a69f0fa9be3dff7fa32d8a2ea3697ed828329b1db595fde23bbba5eab460d519 - -do_check() { - : # Downloads many deps and no tests are ran -} +# Tarball provides no tests +make_check=no