update nvchecker

This commit is contained in:
Christian Schendel 2025-10-04 07:33:01 +02:00
parent dd76f33835
commit 9c4630a6fd
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
2 changed files with 9 additions and 3 deletions

View file

@ -299,6 +299,10 @@
"gitref": "refs/tags/v1.1.0",
"revision": "b725a44754403bd174158ff018d4b517f4153a56"
},
"qt6ct-kde": {
"version": "0.11_1",
"url": "https://aur.archlinux.org/packages/qt6ct-kde"
},
"sddm-black-screen-fix": {
"version": "0.21.0",
"gitref": "refs/tags/v0.21.0",

View file

@ -298,9 +298,11 @@ pypi = "questionary"
source = "git"
git = "https://github.com/pycontribs/python-vagrant.git"
#[qt6ct-kde]
#source = "git"
#git = "https://github.com/ilya-fedin/qt6ct.git"
[qt6ct-kde]
source = "aur"
aur = "qt6ct-kde"
from_pattern = '(\d+).(\d+)-(\d+)'
to_pattern = '\1.\2_\3'
[sddm-black-screen-fix]
source = 'github'