diff options
author | David Runge <dave@sleepmap.de> | 2022-05-01 15:44:40 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2022-05-01 16:18:14 +0200 |
commit | 2f4d5163d2d1e4ad135d0cf121fcef641d2916f4 (patch) | |
tree | 69a4364f58c4aab9b01410e740451780d2448242 | |
parent | b2b3182aa26a90283bf0e3064a6161cc2d406788 (diff) | |
download | dotfiles-2f4d5163d2d1e4ad135d0cf121fcef641d2916f4.tar.gz dotfiles-2f4d5163d2d1e4ad135d0cf121fcef641d2916f4.tar.bz2 dotfiles-2f4d5163d2d1e4ad135d0cf121fcef641d2916f4.tar.xz dotfiles-2f4d5163d2d1e4ad135d0cf121fcef641d2916f4.zip |
nvchecker: Add packages to community
.config/nvchecker/community.toml:
Add jack_link, laborejo, lib32-libaio, libcalfbox-lss, libguestfs,
mkosi, python-cerberus, python-findpython and tembro.
Change libiio exclude_regex to exclude prereleases.
Change zsa-wally-cli include_regex to only include Linux related
releases.
-rw-r--r-- | .config/nvchecker/community.toml | 48 |
1 files changed, 46 insertions, 2 deletions
diff --git a/.config/nvchecker/community.toml b/.config/nvchecker/community.toml index 84615dd..578a5d5 100644 --- a/.config/nvchecker/community.toml +++ b/.config/nvchecker/community.toml @@ -657,6 +657,11 @@ source = "regex" regex = "jack_delay-([\\d.]+)\\.tar\\.bz2?" url = "https://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html" +[jack_link] +source = "git" +git = "https://github.com/rncbc/jack_link" +use_max_tag = true + [jack_mixer] source = "git" git = "https://github.com/jack-mixer/jack_mixer" @@ -739,6 +744,11 @@ source = "git" git = "https://github.com/kxstudio/lv2-extensions" use_max_tag = true +[laborejo] +source = "git" +git = "https://git.laborejo.org/lss/laborejo.git" +use_max_tag = true + [lib32-alsa-lib] source = "git" git = "https://github.com/alsa-project/alsa-lib" @@ -787,6 +797,12 @@ git = "https://github.com/jackaudio/jack2" use_max_tag = true exclude_regex = "(1.90)" +[lib32-libaio] +source = "git" +git = "https://pagure.io/libaio" +include_regex = "(libaio)-([\\d.*]+)" +use_max_tag = true + [lib32-libao] source = "git" git = "https://gitlab.xiph.org/xiph/libao" @@ -864,6 +880,11 @@ git = "https://github.com/portaudio/portaudio" use_max_tag = true exclude_regex = "(AudioMulch_09b10|AudioMulch_09b10patch1|V18|initial|pa_stable_v19_20110326_r1647|pa_stable_v19_20111121_r1788|pa_stable_v19_20140130_r1919|svn/1415|unknown-was-pateam|v19-devel-pre-restructure|v19p-2008-03-20)" +[libcalfbox-lss] +source = "git" +git = "https://git.laborejo.org/lss/libcalfbox-lss.git" +use_max_tag = true + [libconfig] source = "git" git = "https://github.com/hyperrealm/libconfig" @@ -879,6 +900,11 @@ source = "git" git = "https://github.com/kfish/libfishsound" use_max_tag = true +[libguestfs] +source = "git" +git = "https://github.com/libguestfs/libguestfs" +use_max_tag = true + [libgig] source = "regex" regex = "libgig-([\\d.]+)\\.tar\\.bz2?" @@ -888,7 +914,7 @@ url = "https://download.linuxsampler.org/packages/" source = "git" git = "https://github.com/analogdevicesinc/libiio" use_max_tag = true -exclude_regex = "(2014.2-r1|2015.1-r1|2015.2-r1)" +exclude_regex = "(v|)([\\d.]+)(-|)(r|rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" [libircclient] source = "regex" @@ -1116,6 +1142,11 @@ source = "git" git = "https://github.com/random-archer/mkinitcpio-systemd-tool" use_max_tag = true +[mkosi] +source = "git" +git = "https://github.com/systemd/mkosi" +use_max_tag = true + [molecule] source = "pypi" pypi = "molecule" @@ -1490,6 +1521,10 @@ pypi = "calmjs.types" source = "pypi" pypi = "cbor2" +[python-cerberus] +source = "pypi" +pypi = "cerberus" + [python-cfgv] source = "pypi" pypi = "cfgv" @@ -1644,6 +1679,10 @@ pypi = "fastjsonschema" source = "pypi" pypi = "fastnumbers" +[python-findpython] +source = "pypi" +pypi = "findpython" + [python-fire] source = "pypi" pypi = "fire" @@ -2523,6 +2562,11 @@ source = "git" git = "https://github.com/tomszilagyi/tap-plugins" use_max_tag = true +[tembro] +source = "git" +git = "https://git.laborejo.org/lss/tembro.git" +use_max_tag = true + ["timidity++"] source = "regex" regex = "files/TiMidity.*/TiMidity.*-([\\d.]+)/?" @@ -2789,6 +2833,7 @@ use_max_tag = true [zsa-wally-cli] source = "git" git = "https://github.com/zsa/wally-cli" +include_regex = "^([\\d.]+)-linux" use_max_tag = true [zsh-autosuggestions] @@ -2817,4 +2862,3 @@ git = "https://github.com/zynaddsubfx/zynaddsubfx" use_max_tag = true exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" - |