From 3d64a2f86ec9d0afc6d92e949e8651d1c19f1e04 Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Wed, 27 Oct 2021 09:48:43 +0200 Subject: [PATCH] Fix d/watch --- debian/changelog | 1 + debian/watch | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1be2ba4..70c0138 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ relational (3.1-1) unstable; urgency=low * New upstream release + * Fix debian/watch -- Salvo 'LtWorf' Tomaselli Son, 20 Sep 2020 21:40:29 +0200 diff --git a/debian/watch b/debian/watch index d6b07a4..57bfd0f 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,4 @@ -version=3 +version=4 -opts="pgpsigurlmangle=s/$/.asc/" \ -https://github.com/ltworf/relational/releases \ -/download/(?:\d[\d.]*)/@PACKAGE@_(\d[\d.]*)(?:\.orig)?@ARCHIVE_EXT@ +opts=pgpmode=auto \ +https://github.com/ltworf/relational/tags (?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@