From 081627f2a663497dd118782b6a6b0367c10400b5 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 18 Feb 2021 00:02:42 +0100 Subject: nvchecker: Add current AUR packages. .config/nvchecker/aur.toml: Add all currently tracked AUR packages. --- .config/nvchecker/aur.toml | 210 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 210 insertions(+) create mode 100644 .config/nvchecker/aur.toml diff --git a/.config/nvchecker/aur.toml b/.config/nvchecker/aur.toml new file mode 100644 index 0000000..a261b8f --- /dev/null +++ b/.config/nvchecker/aur.toml @@ -0,0 +1,210 @@ +[__config__] +oldver = "aur.old.json" +newver = "aur.new.json" + +[archiso-git] +source = "git" +git = "https://gitlab.archlinux.org/archlinux/archiso" +use_max_tag = true + +[crypted-backups-git] +source = "git" +git = "https://git.sleepmap.de/software/crypted-backups.git" +use_max_tag = true + +[dhcp_probe] +source = "regex" +regex = "dhcp_probe-([\\d.]+)\\.tar\\.gz?" +url = "https://www.net.princeton.edu/software/dhcp_probe/" + +[easytranscript] +source = "git" +git = "https://github.com/Elmari/easytranscript" +use_max_tag = true + +[etherpad-lite] +source = "git" +git = "https://github.com/ether/etherpad-lite" +use_max_tag = true + +[iannix] +source = "git" +git = "https://github.com/buzzinglight/iannix" +use_max_tag = true + +[jack2-git] +source = "git" +git = "https://github.com/jackaudio/jack2" +use_max_tag = true +exclude_regex = "(1.90)" + +[jackcpp-git] +source = "git" +git = "https://github.com/x37v/jackcpp" + +[jfrog-cli-go] +source = "git" +git = "https://github.com/jfrog/jfrog-cli-go" +use_max_tag = true + +[kernelshark] +source = "git" +git = "https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git" +use_max_tag = true +include_regex = "(kernelshark-v)([\\d.]+)" + +[khard-git] +source = "git" +git = "https://github.com/scheibler/khard" +use_max_tag = true + +[libffado-svn] +source = "regex" +regex = "libffado-([\\d.]+)\\.tgz?" +url = "http://ffado.org/" + +[liblo-git] +source = "git" +git = "https://github.com/radarsat1/liblo" +use_max_tag = true + +[linux-rt-upstream] +source = "git" +git = "https://gitlab.archlinux.org/dvzrv/linux-rt" +use_max_tag = true +include_regex = "^v[\\d.]+(-rt[\\d]+)$" + +[linux-rt] +source = "git" +git = "https://gitlab.archlinux.org/dvzrv/linux-rt" +use_max_tag = true +include_regex = "^v[\\d.]+(arch[\\d]+)$" + +[linux-rt-lts] +source = "regex" +regex = "patch-([\\d.]+-rt[\\d]+)\\.patch\\.xz?" +url = "https://mirrors.edge.kernel.org/pub/linux/kernel/projects/rt/5.4/" + +[mantisbt] +source = "git" +git = "https://github.com/mantisbt/mantisbt" +use_max_tag = true + +[mellite] +source = "git" +git = "https://git.iem.at/sciss/Mellite" +use_max_tag = true + +[neovim-scnvim-git] +source = "git" +git = "https://github.com/dvzrv/scnvim/" +use_max_tag = true + +[nextcloud-news-updater] +source = "git" +git = "https://github.com/nextcloud/news-updater" +use_max_tag = true + +[patchbook-git] +source = "git" +git = "https://github.com/SpektroAudio/Patchbook" +use_max_tag = true + +[patroneo-git] +source = "git" +git = "https://git.laborejo.org/lss/patroneo.git" +use_max_tag = true + +[pd-git] +source = "git" +git = "https://github.com/pure-data/pure-data" +use_max_tag = true + +[prosody-mod-admin-web-hg] + +[prosody-mod-admin-message-hg] + +[realtime-suggestions] +source = "git" +git = "https://github.com/linuxaudio/realtime-suggestions" +use_max_tag = true + +[rts-git] +source = "git" +git = "https://git.sleepmap.de/software/rts.git" +use_max_tag = true + +[sc3-plugins-git] +source = "git" +git = "https://github.com/supercollider/sc3-plugins" +use_max_tag = true +include_regex = "Version-([\\d.]+)" +exclude_regex = "(3.5|Version-([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|))" + +[sonic-pi-git] +source = "git" +git = "https://github.com/samaaron/sonic-pi" +use_max_tag = true + +[sooperlooper] +source = "git" +git = "https://github.com/essej/sooperlooper" +use_max_tag = true + +[ssr-git] +source = "git" +git = "https://github.com/soundscaperenderer/ssr" +use_max_tag = true + +[ssr-osc-git] +source = "git" +git = "https://github.com/dvzrv/ssr" +use_max_tag = true + +[supercollider-git] +source = "git" +git = "https://github.com/supercollider/supercollider" +use_max_tag = true +include_regex = "Version-([\\d.]+)" +exclude_regex = "(3.3|3.6-branch-point|3.4branchpoint|3.11-beta1)" + +[terraform-provider-ovirt-git] +source = "git" +git = "https://github.com/oVirt/terraform-provider-ovirt" +use_max_tag = true + +[ttf-cmu-typewriter] +source = "regex" +url = "https://fontlibrary.org/en/font/cmu-typewriter" +regex = "Active ([\\d.]+)-([\\d.]+)-([\\d.]+)" + +[uenv] +source = "git" +git = "https://git.sleepmap.de/software/uenv.git" +use_max_tag = true + +[uenv-git] +source = "git" +git = "https://git.sleepmap.de/software/uenv.git" +use_max_tag = true + +[veejay-client-git] +source = "git" +git = "https://github.com/c0ntrol/veejay" +use_max_tag = true + +[veejay-server-git] +source = "git" +git = "https://github.com/c0ntrol/veejay" +use_max_tag = true + +[veejay-utils-git] +source = "git" +git = "https://github.com/c0ntrol/veejay" +use_max_tag = true + +[vrpn-git] +source = "git" +git = "https://github.com/vrpn/vrpn" +use_max_tag = true + -- cgit v1.2.3-54-g00ecf