Fix the watch file, for real this time.

ubuntu/lunar
Simon Quigley 1 year ago
parent 6a97f33c06
commit 9845ab5a2a

1
debian/changelog vendored

@ -1,6 +1,7 @@
lxqt-about (1.2.0-0ubuntu1) UNRELEASED; urgency=medium
* New upstream release.
* Fix the watch file, for real this time.
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 17 Nov 2022 17:41:29 -0600

6
debian/watch vendored

@ -1,3 +1,5 @@
version=4
opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/lxqt-about-$1\.tar\.gz/,pgpsigurlmangle=s/$/.asc/ \
https://github.com/lxqt/lxqt-about/tags .*/v?(\d\S*)\.tar\.gz
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