From 9317a5582434b560011ea4221e567fbf2de0af19 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Thu, 17 Nov 2022 22:05:38 -0600 Subject: [PATCH] Fix the watch file, for real this time. --- debian/changelog | 1 + debian/watch | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7d15aa8..3e0a75f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ lxqt-admin (1.2.0-0ubuntu1) UNRELEASED; urgency=medium * New upstream version. + * Fix the watch file, for real this time. -- Simon Quigley Thu, 17 Nov 2022 21:59:19 -0600 diff --git a/debian/watch b/debian/watch index 35131b2..a544020 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,5 @@ version=4 -opts="pgpsigurlmangle=s/$/.asc/" \ -https://github.com/lxqt/lxqt-admin/releases .*/lxqt-admin-([\d\.]+).tar.xz +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