diff --git a/debian/changelog b/debian/changelog index d9313b9..e575f98 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ xdg-desktop-portal-lxqt (0.3.0-0ubuntu1) UNRELEASED; urgency=medium * New upstream release. + * Fix the watch file, for real this time. -- Simon Quigley Fri, 18 Nov 2022 19:09:04 -0600 diff --git a/debian/watch b/debian/watch index 65c9cb5..a544020 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,5 @@ version=4 -opts="pgpsigurlmangle=s/$/.asc/" \ -https://github.com/lxqt/xdg-desktop-portal-lxqt/releases .*/xdg-desktop-portal-lxqt-([\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