From e76020358cfa97232e4c1b70bd2b71260d0a00ac Mon Sep 17 00:00:00 2001 From: elbachir-one Date: Sat, 20 Jun 2026 22:57:38 +0100 Subject: [PATCH] trackma: update to 0.10.3 --- srcpkgs/trackma/template | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/srcpkgs/trackma/template b/srcpkgs/trackma/template index b493f0617e992a..15a3a0709e78ca 100644 --- a/srcpkgs/trackma/template +++ b/srcpkgs/trackma/template @@ -1,15 +1,17 @@ # Template file for 'trackma' pkgname=trackma -version=0.8.4 -revision=6 -build_style=python3-module -hostmakedepends="python3-setuptools" +version=0.10.3 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-wheel python3-setuptools python3-poetry-core" depends="python3-setuptools python3-urwid python3-gobject" short_desc="Open multi-site list manager for Unix-like systems. (ex-wMAL)" maintainer="Orphaned " license="GPL-3.0-or-later" -homepage="http://z411.github.com/trackma" -distfiles="https://github.com/z411/trackma/archive/v${version}.tar.gz" -checksum=a718d3ffa175bb66ab105af6df508def2a76fe717f2be4cf2f768279e43a2aaa -# There is no test to run +homepage="https://z411.github.io/trackma/" +changelog="https://raw.githubusercontent.com/z411/trackma/refs/heads/master/CHANGELOG" +distfiles="https://github.com/z411/trackma/archive/refs/tags/v${version}.tar.gz" +checksum=ff15982555b377e63c36fc8d8964d210cdd79564ea633ecce22ca1796dcac41f + +# There are no tests to run make_check=no