aboutsummaryrefslogtreecommitdiffstats
path: root/.config/nvchecker
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2021-09-28 23:24:50 +0200
committerDavid Runge <dave@sleepmap.de>2021-09-28 23:24:50 +0200
commit3a91721bf70585bc2e2f9c46af279049ad5e24a2 (patch)
tree80f4caf9d603b684446c4f6eb41d7df1eb372c38 /.config/nvchecker
parentf856c397a911a64c76daee97c5c1550eaa91bef9 (diff)
downloaddotfiles-3a91721bf70585bc2e2f9c46af279049ad5e24a2.tar.gz
dotfiles-3a91721bf70585bc2e2f9c46af279049ad5e24a2.tar.bz2
dotfiles-3a91721bf70585bc2e2f9c46af279049ad5e24a2.tar.xz
dotfiles-3a91721bf70585bc2e2f9c46af279049ad5e24a2.zip
nvchecker: extra add/remove packages
.config/nvchecker/extra.toml: Add fmt, linux-zen, mkinitcpio-archiso, pipewire, pulseaudio, squashfs-tools, webrtc-audio-processing. Add exclude_regex definitions where necessary. Remove jack.
Diffstat (limited to '.config/nvchecker')
-rw-r--r--.config/nvchecker/extra.toml48
1 files changed, 41 insertions, 7 deletions
diff --git a/.config/nvchecker/extra.toml b/.config/nvchecker/extra.toml
index 15b7354..713a522 100644
--- a/.config/nvchecker/extra.toml
+++ b/.config/nvchecker/extra.toml
@@ -44,7 +44,7 @@ use_max_tag = true
[arch-install-scripts]
source = "git"
-git = "https://git.archlinux.org/arch-install-scripts.git"
+git = "https://github.com/archlinux/arch-install-scripts"
use_max_tag = true
[archiso]
@@ -88,7 +88,7 @@ use_max_tag = true
source = "git"
git = "https://github.com/tianocore/edk2"
use_max_tag = true
-exclude_regex = "(vUDK2018|vUDK2017)"
+exclude_regex = "((v|edk2-stable)([\\d.]+)(-|)(dev|rc|RC|alpha|beta|bp)(-[\\d.]+|[\\d.]+|)|vUDK2018|vUDK2017)"
[efitools]
source = "git"
@@ -121,6 +121,11 @@ git = "https://github.com/fluidsynth/fluidsynth"
use_max_tag = true
exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta|bp)(-[\\d.]+|[\\d.]+|)"
+[fmt]
+source = "git"
+git = "https://github.com/fmtlib/fmt/"
+use_max_tag = true
+
[gnu-efi]
source = "git"
git = "https://git.code.sf.net/p/gnu-efi/code"
@@ -137,11 +142,6 @@ source = "git"
git = "https://github.com/irqbalance/irqbalance"
use_max_tag = true
-[jack]
-source = "git"
-git = "https://github.com/jackaudio/jack1"
-use_max_tag = true
-
[ladspa]
source = "regex"
regex = "ladspa_sdk_([\\d.]+)\\.tgz?"
@@ -199,6 +199,7 @@ use_max_tag = true
[libsndfile]
source = "git"
git = "https://github.com/libsndfile/libsndfile/"
+exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)"
use_max_tag = true
[libupnp]
@@ -218,6 +219,17 @@ git = "https://libwebsockets.org/repo/libwebsockets"
use_max_tag = true
exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)"
+[linux-zen]
+source = "git"
+git = "https://github.com/zen-kernel/zen-kernel"
+use_max_tag = true
+exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)"
+
+[mkinitcpio-archiso]
+source = "git"
+git = "https://gitlab.archlinux.org/mkinitcpio/mkinitcpio-archiso"
+use_max_tag = true
+
[mpc]
source = "git"
git = "https://github.com/MusicPlayerDaemon/mpc"
@@ -265,6 +277,11 @@ source = "git"
git = "https://github.com/ostreedev/ostree"
use_max_tag = true
+[pipewire]
+source = "git"
+git = "https://gitlab.freedesktop.org/pipewire/pipewire"
+use_max_tag = true
+
[portaudio]
source = "git"
git = "https://github.com/portaudio/portaudio"
@@ -283,6 +300,11 @@ source = "regex"
regex = "postfix-([\\d.]+)\\.tar\\.gz?"
url = "https://high5.nl/mirrors/postfix-release/official/"
+[pulseaudio]
+source = "git"
+git = "https://gitlab.freedesktop.org/pulseaudio/pulseaudio"
+use_max_tag = true
+
[python-notify2]
source = "pypi"
pypi = "notify2"
@@ -290,6 +312,7 @@ pypi = "notify2"
[qemu]
source = "git"
git = "https://gitlab.com/qemu-project/qemu.git"
+exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)"
use_max_tag = true
[raptor]
@@ -330,6 +353,12 @@ source = "git"
git = "https://github.com/scons/scons"
use_max_tag = true
+[squashfs-tools]
+source = "git"
+git = "https://github.com/plougher/squashfs-tools"
+exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta|bp)(-[\\d.]+|[\\d.]+|)"
+use_max_tag = true
+
[tcpdump]
source = "git"
git = "https://github.com/the-tcpdump-group/tcpdump"
@@ -345,6 +374,11 @@ source = "regex"
regex = "vlc-([\\d.]+)\\.tar\\.xz?"
url = "https://download.videolan.org/vlc/last/"
+[webrtc-audio-processing]
+source = "git"
+git = "https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/"
+use_max_tag = true
+
[yajl]
source = "git"
git = "https://github.com/lloyd/yajl"