summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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@