Fix the watch file, for real this time.

ubuntu/lunar
Simon Quigley 2 years ago
parent d2f4a64719
commit 6e4c1d2a25

1
debian/changelog vendored

@ -1,6 +1,7 @@
qtxdg-tools (3.10.0-0ubuntu1) UNRELEASED; urgency=medium
* New upstream release.
* Fix the watch file, for real this time.
-- Simon Quigley <tsimonq2@ubuntu.com> Wed, 16 Nov 2022 18:39:16 -0600

6
debian/watch vendored

@ -1,3 +1,5 @@
version=4
opts="pgpsigurlmangle=s/$/.asc/" \
https://github.com/lxqt/qtxdg-tools/releases .*/qtxdg-tools-([\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

Loading…
Cancel
Save