From 5a6490eeb5a5559b2af9994177c86f537fc0d3b8 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 18 Feb 2021 00:00:36 +0100 Subject: nvchecker: cleanup and add waylock, lib32-libelf .config/nvchecker/community.toml: Remove the wrong entry for fluidsynth (it's in extra). Add lib32-libelf, python-hsluv and waylock. Add exclude_regexes to various upstreams. --- .config/nvchecker/community.toml | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/.config/nvchecker/community.toml b/.config/nvchecker/community.toml index c60f34e..67c5561 100644 --- a/.config/nvchecker/community.toml +++ b/.config/nvchecker/community.toml @@ -402,12 +402,6 @@ source = "git" git = "https://git.laborejo.org/lss/fluajho.git" use_max_tag = true -[fluidsynth] -source = "git" -git = "https://github.com/fluidsynth/fluidsynth" -use_max_tag = true -exclude_regex = "(v2.1.0.rc1)" - [flyspray] source = "git" git = "https://github.com/flyspray/flyspray" @@ -720,7 +714,7 @@ use_max_tag = true source = "git" git = "https://github.com/fluidsynth/fluidsynth" use_max_tag = true -exclude_regex = "(v2.1.0.rc1)" +exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta|bp)(-[\\d.]+|[\\d.]+|)" [lib32-jack] source = "git" @@ -748,6 +742,11 @@ source = "git" git = "https://git.kernel.org/pub/scm/libs/libcap/libcap.git" use_max_tag = true +[lib32-libelf] +source = "git" +git = "https://sourceware.org/git/elfutils.git" +use_max_tag = true + [lib32-libinstpatch] source = "git" git = "https://github.com/swami/libinstpatch" @@ -757,6 +756,7 @@ use_max_tag = true source = "git" git = "https://github.com/libjpeg-turbo/libjpeg-turbo" use_max_tag = true +exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta|90)(-[\\d.]+|[\\d.]+|)" [lib32-libpcap] source = "git" @@ -946,6 +946,7 @@ use_max_tag = true source = "git" git = "https://github.com/lvtk/lvtk" use_max_tag = true +exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" [mailman3] source = "git" @@ -975,7 +976,7 @@ url = "https://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html" ["mda.lv2"] source = "git" -git = "https://git.drobilla.net/mda.lv2.git" +git = "https://gitlab.com/drobilla/mda-lv2" use_max_tag = true [mediathekview] @@ -1057,7 +1058,9 @@ use_max_tag = true source = "git" git = "https://github.com/muse-sequencer/muse" use_max_tag = true -exclude_regex = "(v|muse|)([\\d._]+)(|)(pre|rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)|(2.2beta2|muse2_20110914_last_rev_without_MDI_interface|muse-3_0_2|muse-3_0_1)" +include_regex = "(v|muse_)([\\d._]+)" +# exclude_regex = "(v|muse|)([\\d._]+)(|)(pre|rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)|(2.2beta2|muse2_20110914_last_rev_without_MDI_interface|muse-3_0_2|muse-3_0_1)" +exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" [mxml] source = "git" @@ -1228,6 +1231,7 @@ use_max_tag = true [php-igbinary] source = "git" git = "https://github.com/igbinary/igbinary" +exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta|bp)(-[\\d.]+|[\\d.]+|)" use_max_tag = true [php-imagick] @@ -1505,6 +1509,10 @@ pypi = "gitpython" source = "pypi" pypi = "python-gnupg" +[python-hsluv] +source = "pypi" +pypi = "hsluv" + [python-husl] source = "pypi" pypi = "husl" @@ -2341,6 +2349,11 @@ source = "git" git = "https://github.com/zsa/wally-cli" use_max_tag = true +[waylock] +source = "git" +git = "https://github.com/ifreund/waylock" +use_max_tag = true + [wiiuse] source = "git" git = "https://github.com/wiiuse/wiiuse" @@ -2475,4 +2488,5 @@ use_max_tag = true source = "git" git = "https://github.com/zynaddsubfx/zynaddsubfx" use_max_tag = true +exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" -- cgit v1.2.3-54-g00ecf