Watch file results

component: main
debian_mangled_uversion: 0.5.1
debian_uversion: 0.5.1
distribution: debian
last_check: 2024-04-23 00:24:40.946064
release: sid
source: pyrlp
status: newer package available
upstream_url: https://github.com/ethereum/pyrlp/archive/refs/tags/v4.0.0.tar.gz
upstream_version: 4.0.0
version: 0.5.1-4
watch_file:
# debian/watch
# Debian UScan configuration for this package.
# Manual page: uscan(1).

# Version of UScan configuration format.
version = 4

# Source tarball from Ethereum repository.
opts = "uversionmangle=s/(\d)((?:dev|a|b|c|rc)\d*)$/$1~$2/" \
    https://github.com/ethereum/@PACKAGE@/tags/ \
    /ethereum/@PACKAGE@/archive/refs/tags/v?@ANY_VERSION@@ARCHIVE_EXT@ \
    debian uupdate


# Local variables:
# coding: utf-8
# mode: conf
# End:
# vim: fileencoding=utf-8 filetype=conf :