From d56de0348f60d31cd40148da1145cb575717aceb Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Thu, 19 Feb 2026 17:44:35 -0500 Subject: [PATCH] Fix watch file --- debian/copyright | 2 +- debian/watch | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/copyright b/debian/copyright index f136f79..37ae6b6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -31,8 +31,8 @@ License: LGPL-3 Files: debian/* Copyright: 2014-2019 Alf Gaida 2015 Andrew Lee (李健秋) - 2015 ChangZhuo Chen (陳昌倬) 2022 Simon Quigley + 2015-2025 ChangZhuo Chen (陳昌倬) 2023-2026 Aaron Rainbolt License: LGPL-2.1+ diff --git a/debian/watch b/debian/watch index a544020..4070de7 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,6 @@ -version=4 -opts="searchmode=plain, \ -pgpsigurlmangle=s/$/.asc/, \ -uversionmangle=s/(\d+\.\d+\.\d+).*/$1/" \ - https://api.github.com/repos/lxqt/@PACKAGE@/releases https:\/\/github.com\/lxqt\/@PACKAGE@\/releases\/download\/@ANY_VERSION@\/@PACKAGE@-@ANY_VERSION@.tar.xz +Version: 5 +Template: GitHub +Owner: lxqt +Project: @PACKAGE@ +Download-Url-Mangle: s%https://api.github.com/repos/([^/]+)/@PACKAGE@/git/refs/tags/@ANY_VERSION@%https://github.com/$1/@PACKAGE@/releases/download/$2/@PACKAGE@-$2.tar.xz%g +Pgp-Mode: auto