aboutsummaryrefslogtreecommitdiffstats
path: root/.config/nvchecker
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2021-12-21 13:21:14 +0100
committerDavid Runge <dave@sleepmap.de>2021-12-21 13:21:14 +0100
commit76841f60c03c89917cf41b77f1ceef7c8974222a (patch)
tree5478ecb8c7eb3a906bec371a6040e222418476b1 /.config/nvchecker
parentd016cbd2b09c40ca17124e3129fdb5c473fe7e31 (diff)
downloaddotfiles-76841f60c03c89917cf41b77f1ceef7c8974222a.tar.gz
dotfiles-76841f60c03c89917cf41b77f1ceef7c8974222a.tar.bz2
dotfiles-76841f60c03c89917cf41b77f1ceef7c8974222a.tar.xz
dotfiles-76841f60c03c89917cf41b77f1ceef7c8974222a.zip
nvchecker: Change community packages
.config/nvchecker/community.toml: Add bespokesynth, bitsery, cxxopts, function2, lib32-boost, maturin, openapi-diff, podman-compose, python-mistune1, stochas, tomlplusplus, tuning-library. Add exclude_regex for php-imagick Change regex for freepats-general-midi, as upstream changed tarball type. Change include_regex for kernelshark, as upstream changed tagging scheme. Change url for lib32-ncurses to upstream. Change source for vamp-plugin-sdk to new github upstream. Remove python-jinja_pluralize, wally-cli, wireplumber.
Diffstat (limited to '.config/nvchecker')
-rw-r--r--.config/nvchecker/community.toml111
1 files changed, 91 insertions, 20 deletions
diff --git a/.config/nvchecker/community.toml b/.config/nvchecker/community.toml
index d85d64e..8d1768d 100644
--- a/.config/nvchecker/community.toml
+++ b/.config/nvchecker/community.toml
@@ -148,6 +148,11 @@ source = "git"
git = "https://github.com/blablack/beatslash-lv2"
use_max_tag = true
+[bitsery]
+source = "git"
+git = "https://github.com/fraillt/bitsery"
+use_max_tag = true
+
[blockdiag]
source = "git"
git = "https://github.com/blockdiag/blockdiag"
@@ -300,6 +305,11 @@ source = "git"
git = "https://github.com/csoundqt/csoundqt"
use_max_tag = true
+[cxxopts]
+source = "git"
+git = "https://github.com/jarro2783/cxxopts"
+use_max_tag = true
+
["dbus-c++"]
source = "regex"
regex = "libdbus-c\\+\\+-([\\d.]+)\\.tar\\.gz?"
@@ -438,7 +448,7 @@ pypi = "FoxDot"
[freepats-general-midi]
source = "regex"
-regex = "FreePatsGM-SF2-([\\d.]+)\\.tar\\.xz?"
+regex = "FreePatsGM-SF2-([\\d.]+)\\.7z?"
url = "https://freepats.zenvoid.org/SoundSets/general-midi.html"
[freerdp]
@@ -461,6 +471,11 @@ source = "git"
git = "https://git.iem.at/zmoelnig/FST"
use_max_tag = true
+[function2]
+source = "git"
+git = "https://github.com/Naios/function2"
+use_max_tag = true
+
[g2reverb]
source = "regex"
regex = "g2reverb-([\\d.]+)\\.tar\\.bz2?"
@@ -679,7 +694,7 @@ use_max_tag = true
source = "git"
git = "https://git.kernel.org/pub/scm/utils/trace-cmd/kernel-shark.git"
use_max_tag = true
-include_regex = "(kernel-shark-kernelshark-v)([\\d.]+)"
+include_regex = "(kernelshark-v)([\\d.]+)"
[khal]
source = "git"
@@ -717,6 +732,11 @@ source = "git"
git = "https://github.com/alsa-project/alsa-plugins"
use_max_tag = true
+[lib32-boost]
+source = "git"
+git = "https://github.com/boostorg/boost"
+use_max_tag = true
+
[lib32-cmocka]
source = "git"
git = "https://gitlab.com/cmocka/cmocka"
@@ -809,7 +829,7 @@ use_max_tag = true
[lib32-ncurses]
source = "regex"
regex = "ncurses-([\\d.]+)\\.tar\\.gz?"
-url = "https://ftp.gnu.org/pub/gnu/ncurses/"
+url = "https://invisible-mirror.net/archives/ncurses/"
[lib32-portaudio]
source = "git"
@@ -1013,6 +1033,12 @@ source = "git"
git = "https://gitlab.com/drobilla/mda-lv2"
use_max_tag = true
+[maturin]
+source = "git"
+git = "https://github.com/PyO3/maturin"
+exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta|bp|pre)(-[\\d.]+|[\\d.]+|)"
+use_max_tag = true
+
[mediathekview]
source = "git"
git = "https://github.com/mediathekview/mediathekview"
@@ -1217,6 +1243,11 @@ source = "regex"
regex = "octofile-([\\d.]+)\\.tar\\.bz2?"
url = "https://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html"
+[openapi-diff]
+source = "git"
+git = "https://github.com/OpenAPITools/openapi-diff/"
+use_max_tag = true
+
[openapi-generator]
source = "git"
git = "https://github.com/openapitools/openapi-generator"
@@ -1288,6 +1319,7 @@ use_max_tag = true
[php-imagick]
source = "git"
git = "https://github.com/mkoppanen/imagick"
+exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta|bp)(-[\\d.]+|[\\d.]+|)"
use_max_tag = true
[php-redis]
@@ -1313,6 +1345,12 @@ git = "https://github.com/containers/podman/"
exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta|bp)(-[\\d.]+|[\\d.]+|)"
use_max_tag = true
+[podman-compose]
+source = "git"
+git = "https://github.com/containers/podman-compose/"
+exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta|bp)(-[\\d.]+|[\\d.]+|)"
+use_max_tag = true
+
[polyphone]
source = "git"
git = "https://github.com/davy7125/polyphone"
@@ -1633,10 +1671,6 @@ pypi = "jack-client"
source = "pypi"
pypi = "jinja2-time"
-[python-jinja_pluralize]
-source = "pypi"
-pypi = "jinja2_pluralize"
-
[python-kaptan]
source = "pypi"
pypi = "kaptan"
@@ -2325,6 +2359,11 @@ source = "git"
git = "https://github.com/thestk/stk"
use_max_tag = true
+[stochas]
+source = "git"
+git = "https://github.com/surge-synthesizer/stochas"
+use_max_tag = true
+
[subdownloader]
source = "pypi"
pypi = "subdownloader"
@@ -2385,6 +2424,11 @@ pypi = "tmuxp"
source = "pypi"
pypi = "todoman"
+[tomlplusplus]
+source = "git"
+git = "https://github.com/marzer/tomlplusplus"
+use_max_tag = true
+
[tp_smapi]
source = "git"
git = "https://github.com/linux-thinkpad/tp_smapi"
@@ -2428,9 +2472,9 @@ git = "https://github.com/aubio/vamp-aubio-plugins"
use_max_tag = true
[vamp-plugin-sdk]
-# source = "regex"
-# regex = "vamp-plugin-sdk-([\\d.]+)\\.tar\\.gz?"
-# url = "https://code.soundsoftware.ac.uk/projects/vamp-plugin-sdk/files"
+source = "git"
+git = "https://github.com/c4dm/vamp-plugin-sdk"
+use_max_tag = true
[vco-plugins]
source = "regex"
@@ -2498,11 +2542,6 @@ source = "regex"
regex = "WAH-plugins-([\\d.]+)\\.tar\\.bz2?"
url = "https://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html"
-[wally-cli]
-source = "git"
-git = "https://github.com/zsa/wally-cli"
-use_max_tag = true
-
[waylock]
source = "git"
git = "https://github.com/ifreund/waylock"
@@ -2513,11 +2552,6 @@ source = "git"
git = "https://github.com/wiiuse/wiiuse"
use_max_tag = true
-[wireplumber]
-source = "git"
-git = "https://gitlab.freedesktop.org/pipewire/wireplumber"
-use_max_tag = true
-
[wolf-shaper]
source = "git"
git = "https://github.com/pdesaulniers/wolf-shaper"
@@ -2644,3 +2678,40 @@ git = "https://github.com/zynaddsubfx/zynaddsubfx"
use_max_tag = true
exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)"
+[bespokesynth]
+source = "git"
+git = "https://github.com/BespokeSynth/BespokeSynth"
+use_max_tag = true
+
+[tuning-library]
+source = "git"
+git = "https://github.com/surge-synthesizer/tuning-library"
+use_max_tag = true
+
+[python-mistune1]
+source = "git"
+git = "https://github.com/lepture/mistune"
+use_max_tag = true
+exclude_regex = "(v2)([\\d.]+)(-|)(|a|dev|rc|RC|alpha|beta|bp|pre)(-[\\d.]+|[\\d.]+|)"
+
+[wails]
+source = "git"
+git = "https://github.com/wailsapp/wails"
+use_max_tag = true
+exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta|bp|pre)(-[\\d.]+|[\\d.]+|)"
+
+[yabridge]
+source = "git"
+git = "https://github.com/robbert-vdh/yabridge"
+use_max_tag = true
+
+[zsa-wally]
+source = "git"
+git = "https://github.com/zsa/wally"
+use_max_tag = true
+
+[zsa-wally-cli]
+source = "git"
+git = "https://github.com/zsa/wally-cli"
+use_max_tag = true
+