Skip to content
packages.conf.example 1.56 KiB
Newer Older
Seblu's avatar
Seblu committed
[DEFAULT]
Seblu's avatar
Seblu committed
# Options in this section will be applied on all others
# unless they are defined.
Seblu's avatar
Seblu committed

Seblu's avatar
Seblu committed
# Default Comparaison method (See below)
downstream = pacman
Seblu's avatar
Seblu committed

Seblu's avatar
Seblu committed
# Default URL request timeout in seconds
Seblu's avatar
Seblu committed
#timeout =

Seblu's avatar
Seblu committed
[foo]
# This section declare a package named foo

Seblu's avatar
Seblu committed
# URL to check (upstream)
url =

Seblu's avatar
Seblu committed
# Downstream mode (pacman, archweb, aur, none)
# Against what upstream version is compared
#downstream =
Seblu's avatar
Seblu committed

# Url request timeout in seconds
#timeout =

Seblu's avatar
Seblu committed
# Alternative package name. Space separated list
# Useful with split packages
#alias =

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|alpha).*
Seblu's avatar
Seblu committed
# 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 =

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

Seblu's avatar
Seblu committed
# List of architectures (archweb downstream 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 downstream mode)
Seblu's avatar
Seblu committed
# Comma separated list (not stripped)
# e.g: communty-testing,community
# repo =