From d2f5bfdbfdba7952b6b0bbf31cba8f1e8fc611f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Sun, 30 May 2021 17:52:23 +0200 Subject: [PATCH] debian/watch: Update for new gnome versioning schema --- debian/watch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/watch b/debian/watch index ac388170..2f3c7707 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,4 @@ version=4 -https://download.gnome.org/sources/@PACKAGE@/([\d\.]+[02468])/ \ - @PACKAGE@@ANY_VERSION@\.tar\.xz +opts="uversionmangle=s/\.(alpha|beta|rc)/~$1/" \ +https://download.gnome.org/sources/@PACKAGE@/@ANY_VERSION@/ \ +@PACKAGE@@ANY_VERSION@\.tar\.xz