aboutsummaryrefslogtreecommitdiffstats
path: root/.config/nvchecker
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2022-05-22 16:36:06 +0200
committerDavid Runge <dave@sleepmap.de>2022-05-22 16:36:06 +0200
commitce80088d4f6a40ce81e7c8772c427847bce8f5c1 (patch)
tree2847d6e361035e66c53e77e482757c52ff997fae /.config/nvchecker
parentc8566f5235ba0d31476455c31b3177443312dada (diff)
downloaddotfiles-ce80088d4f6a40ce81e7c8772c427847bce8f5c1.tar.gz
dotfiles-ce80088d4f6a40ce81e7c8772c427847bce8f5c1.tar.bz2
dotfiles-ce80088d4f6a40ce81e7c8772c427847bce8f5c1.tar.xz
dotfiles-ce80088d4f6a40ce81e7c8772c427847bce8f5c1.zip
nvchecker: Add packages to community
.config/nvchecker/community.toml: Add libspecbleach, nextcloud-app-{calendar,contacts,mail,notes,tasks} and python-loguru.
Diffstat (limited to '.config/nvchecker')
-rw-r--r--.config/nvchecker/community.toml40
1 files changed, 40 insertions, 0 deletions
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.]+|)"
+