watch 516 B

1234567891011121314151617181920
  1. # debian/watch
  2. # Debian UScan configuration for ‘comixcursors’ package.
  3. # Manual page: ‘uscan(1)’.
  4. # Version of UScan configuration format.
  5. version = 4
  6. # Source tarball from Jens Luetkens's repository.
  7. opts="filenamemangle=s/.*archive\.tar\.bz2\?ref=v?(\d\S*)$/comixcursors-$1\.tar\.bz2/g" \
  8. https://gitlab.com/limitland/comixcursors/tags \
  9. .*/archive\.tar\.bz2\?ref=v?(\d\S+) \
  10. debian uupdate
  11. # Local variables:
  12. # coding: utf-8
  13. # mode: conf
  14. # End:
  15. # vim: fileencoding=utf-8 filetype=conf :