summaryrefslogtreecommitdiff
path: root/debian/watch
diff options
context:
space:
mode:
authorJeremy Bicha <jbicha@debian.org>2021-09-19 08:27:04 -0400
committerJeremy Bicha <jbicha@debian.org>2021-09-19 08:30:51 -0400
commit6060527cb38347395930e6d5bf3c9146dc211deb (patch)
treea279a4f2d2e65b5567da2a6cd219c6f6c36bdadd /debian/watch
parentdebian/gbp.conf: Update for latest Debian GNOME style (diff)
downloadzenity-6060527cb38347395930e6d5bf3c9146dc211deb.tar.gz
zenity-6060527cb38347395930e6d5bf3c9146dc211deb.tar.bz2
zenity-6060527cb38347395930e6d5bf3c9146dc211deb.zip
debian/watch: Update for GNOME 40 style version numbering
Diffstat (limited to 'debian/watch')
-rw-r--r--debian/watch5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/watch b/debian/watch
index ac388170..fc16d30f 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="searchmode=plain, uversionmangle=s/\.(alpha|beta|rc)/~$1/" \
+https://download.gnome.org/sources/@PACKAGE@/cache.json \
+ [\d.]+/@PACKAGE@-([\d.]+)@ARCHIVE_EXT@
bgstack15