version=4

# Upstream has TWO repositories:
#   - iso-country-flags-svg-collection: the actual SVG sources we ship,
#     but it carries NO tags/releases.
#   - flags: only generated icons (single format), but this is where upstream
#     publishes the versioned releases (tags 1.0.x).
# We therefore track VERSIONS from "flags", while the tarball is built
# MANUALLY from the matching commit of iso-country-flags-svg-collection.
# Do NOT use uscan to download/import: the "flags" tarball is the wrong
# content. This watch only lets the Debian QA infrastructure report new
# upstream versions (uscan runs there in report-only mode, no download).
opts="mode=git, pgpmode=none" \
  https://github.com/linuxmint/flags.git \
  refs/tags/v?@ANY_VERSION@
