aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2021-02-18 00:00:36 +0100
committerDavid Runge <dave@sleepmap.de>2021-02-18 00:00:36 +0100
commit5a6490eeb5a5559b2af9994177c86f537fc0d3b8 (patch)
tree818455e3f8b9e04a2e553ccc9a70c13f2ae2472c
parent182095ad949c142862fdc411aeb1d23d94afd650 (diff)
downloaddotfiles-5a6490eeb5a5559b2af9994177c86f537fc0d3b8.tar.gz
dotfiles-5a6490eeb5a5559b2af9994177c86f537fc0d3b8.tar.bz2
dotfiles-5a6490eeb5a5559b2af9994177c86f537fc0d3b8.tar.xz
dotfiles-5a6490eeb5a5559b2af9994177c86f537fc0d3b8.zip
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.
-rw-r--r--.config/nvchecker/community.toml32
1 files 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.]+|)"