From 5a680a2e00cdefe791c51fed708f83dcecaeb0e2 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 9 Dec 2022 23:17:48 +0100 Subject: Add packages to extra .config/nvchecker/extra.toml: Add libcamera, linux-rt, linux-rt-lts and remove netpbm. --- .config/nvchecker/extra.toml | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to '.config/nvchecker/extra.toml') diff --git a/.config/nvchecker/extra.toml b/.config/nvchecker/extra.toml index d39b901..e645ead 100644 --- a/.config/nvchecker/extra.toml +++ b/.config/nvchecker/extra.toml @@ -183,6 +183,11 @@ source = "git" git = "https://github.com/avnu/libavtp" use_max_tag = true +[libcamera] +source = "git" +git = "https://git.libcamera.org/libcamera/libcamera.git" +use_max_tag = true + [libgit2] source = "git" git = "https://github.com/libgit2/libgit2" @@ -261,6 +266,18 @@ git = "https://libwebsockets.org/repo/libwebsockets" use_max_tag = true exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" +[linux-rt] +source = "git" +git = "https://gitlab.archlinux.org/archlinux/packaging/upstream/linux-rt" +use_max_tag = true +include_regex = "^v[\\d.]+(-rt[\\d]+)$" + +[linux-rt-lts] +source = "git" +git = "https://gitlab.archlinux.org/archlinux/packaging/upstream/linux-rt-lts" +use_max_tag = true +include_regex = "^v[\\d.]+(-rt[\\d]+)$" + [linux-zen] source = "git" git = "https://github.com/zen-kernel/zen-kernel" @@ -299,11 +316,6 @@ source = "git" git = "https://github.com/MusicPlayerDaemon/ncmpc" use_max_tag = true -[netpbm] -source = "regex" -regex = "https://sourceforge.net/projects/netpbm/files/super_stable/([\\d.]+)/" -url = "https://sourceforge.net/projects/netpbm/files/super_stable/" - [numactl] source = "git" git = "https://github.com/numactl/numactl" @@ -482,4 +494,3 @@ source = "regex" regex = "zita-resampler-([\\d.]+)\\.tar\\.bz2?" url = "https://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html" - -- cgit v1.2.3-54-g00ecf