Skip to content
example.conf 1.38 KiB
Newer Older
Seblu's avatar
Seblu committed
# Options in this section will be applied on all others
# unless they are defined.
[DEFAULT]
Seblu's avatar
Seblu committed
# Comparaison method (See below)
compare = pacman
Seblu's avatar
Seblu committed

# Url request timeout in seconds
#timeout =

# example package
[example]
# URL to check (upstream)
url =

Seblu's avatar
Seblu committed
# Comparaison method (pacman, archweb, aur, cache, none)
Seblu's avatar
Seblu committed
#compare =

# Url request timeout in seconds
#timeout =

Seblu's avatar
Seblu committed
# Url retry count (default: 0)
#retry =

Seblu's avatar
Seblu committed
# Custom regular expression
# Default is $regex_name[-_]v?($regex_version)$regex_ext
#regex =

# Custom name regular expression
# Default is package name
#regex_name =

# Custom name regular expression
# Default is [-.\w]+
#regex_version =

# Custom extension regular expression
# Default is \.(?:tar(?:\.gz|\.bz2|\.xz)?|tgz|tbz2|zip)
#regex_ext =

Seblu's avatar
Seblu committed
# Exclude upstream versions matching this regex before looking for the last
# Useful to remove release candiates and beta versions
# Default is .*(rc|beta).*
# Set to empty string to not exclude
#regex_exclude =

Seblu's avatar
Seblu committed
# Custom upstream version modifier in python
# e.g: version.replace("-", "_")
#eval_upstream =

# Custom compared version modifier in python
# e.g: version.replace("-", "_")
#eval_compare =

Seblu's avatar
Seblu committed
# List of architectures (archweb compare mode only)
Seblu's avatar
Seblu committed
# Comma separated list (not stripped)
# e.g: x86_64,any
#arch =

Seblu's avatar
Seblu committed
# List of repositories (archweb and pacman compare mode)
Seblu's avatar
Seblu committed
# Comma separated list (not stripped)
# e.g: communty-testing,community
# repo =