From a6b243ce53076acdfeb01a74861af082492e319e Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Mon, 3 Oct 2022 17:37:30 +0200 Subject: Fix watch file Change from GitHub's "releases" page to the "tags" page, after the former stopped parsing correctly with uscan. --- debian/watch | 7 ++++--- 1 file 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@ -- cgit v1.2.3