summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2022-10-03 17:37:30 +0200
committerGard Spreemann <gspr@nonempty.org>2022-10-03 17:37:30 +0200
commita6b243ce53076acdfeb01a74861af082492e319e (patch)
tree98106b8d3b7e66842c510707df41300fc98dfea9
parentbec16fa442d8421f051d8d6e19ade4ce8dd6882e (diff)
Fix watch file
Change from GitHub's "releases" page to the "tags" page, after the former stopped parsing correctly with uscan.
-rw-r--r--debian/watch7
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/watch b/debian/watch
index 9066462..1142229 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,5 @@
version=4
-opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%,uversionmangle=s/-?(RC|rc)/~rc/" \
- https://github.com/tikzit/tikzit/releases \
- (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate \ No newline at end of file
+opts=filenamemangle=s%(?:.*?)?v?(\d[\d.]*@ARCHIVE_EXT@)%@PACKAGE@-$1%,\
+ uversionmangle=s/-(RC|rc)/~rc/ \
+ https://github.com/tikzit/tikzit/tags \
+ (?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@