From ce80088d4f6a40ce81e7c8772c427847bce8f5c1 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 22 May 2022 16:36:06 +0200 Subject: nvchecker: Add packages to community .config/nvchecker/community.toml: Add libspecbleach, nextcloud-app-{calendar,contacts,mail,notes,tasks} and python-loguru. --- .config/nvchecker/community.toml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to '.config/nvchecker/community.toml') diff --git a/.config/nvchecker/community.toml b/.config/nvchecker/community.toml index 578a5d5..a829289 100644 --- a/.config/nvchecker/community.toml +++ b/.config/nvchecker/community.toml @@ -972,6 +972,11 @@ source = "regex" regex = "files/libsmf/([\\d.]+)/?" url = "https://sourceforge.net/projects/libsmf/files/libsmf" +[libspecbleach] +source = "git" +git = "https://github.com/lucianodato/libspecbleach" +use_max_tag = true + [libtraceevent] source = "git" git = "https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git" @@ -1222,24 +1227,54 @@ git = "https://github.com/nextcloud/bookmarks" exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" use_max_tag = true +[nextcloud-app-calendar] +source = "git" +git = "https://github.com/nextcloud/calendar" +use_max_tag = true +exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" + +[nextcloud-app-contacts] +source = "git" +git = "https://github.com/nextcloud/contacts" +use_max_tag = true +exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" + [nextcloud-app-deck] source = "git" git = "https://github.com/nextcloud/deck" use_max_tag = true exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" +[nextcloud-app-mail] +source = "git" +git = "https://github.com/nextcloud/mail" +use_max_tag = true +exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" + [nextcloud-app-news] source = "git" git = "https://github.com/nextcloud/news" use_max_tag = true exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" +[nextcloud-app-notes] +source = "git" +git = "https://github.com/nextcloud/notes" +use_max_tag = true +exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" + [nextcloud-app-spreed] source = "git" git = "https://github.com/nextcloud/spreed" use_max_tag = true exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" +[nextcloud-app-tasks] +source = "git" +git = "https://github.com/nextcloud/tasks" +use_max_tag = true +exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" + [nfoview] source = "git" git = "https://github.com/otsaloma/nfoview" @@ -1813,6 +1848,10 @@ source = "git" git = "https://git.kernel.org/pub/scm/libs/python/python-linux-procfs/python-linux-procfs.git" use_max_tag = true +[python-loguru] +source = "pypi" +pypi = "loguru" + [python-ly] source = "pypi" pypi = "python-ly" @@ -2862,3 +2901,4 @@ git = "https://github.com/zynaddsubfx/zynaddsubfx" use_max_tag = true exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" + -- cgit v1.2.3-54-g00ecf