From 01c22e64ff3f26894a6957c42dbad46f7380b399 Mon Sep 17 00:00:00 2001 From: marty-oehme <2098447+marty-oehme@users.noreply.github.com> Date: Tue, 24 Jun 2025 20:52:23 +0200 Subject: [PATCH] Update dependency marty-oehme/topen to v0.2.0 (#8) * Update dependency marty-oehme/topen to v0.2.0 * Fix topen distfile url * Merge 9c2ecc688ebd6454ce42713f245fdac0726fcddc into 962a2de0131b7d88d37aaecfdb9a5bb06d85c74a * Update topen checksum --------- Co-authored-by: Renovate Bot --- srcpkgs/topen/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/topen/template b/srcpkgs/topen/template index 19b8924..a1df55f 100644 --- a/srcpkgs/topen/template +++ b/srcpkgs/topen/template @@ -1,6 +1,6 @@ # Template file for 'topen' pkgname=topen -version=0.1.0 # renovate: datasource=github-tags depName=marty-oehme/topen +version=0.2.0 # renovate: datasource=github-tags depName=marty-oehme/topen revision=1 build_style=python3-pep517 depends="python3-tasklib" @@ -9,6 +9,6 @@ short_desc="note editing for taskwarrior tasks" maintainer="Marty Oehme " license="MIT" homepage="https://github.com/marty-oehme/topen" -distfiles="${PYPI_SITE}/t/topen/topen-0.1.0.tar.gz" -checksum=660b4b7c2aadbac9b17907380528d0549252a386c046fc3b4462c168a2f75329 +distfiles="${PYPI_SITE}/t/topen/topen-${version}.tar.gz" +checksum=5de0d04db6403d00844508cab095019bba02530b731cc721502c9a8b24f0141f make_check=no # don't exec tests, we don't have any