update nvchecker
This commit is contained in:
parent
dd76f33835
commit
9c4630a6fd
2 changed files with 9 additions and 3 deletions
|
|
@ -299,6 +299,10 @@
|
||||||
"gitref": "refs/tags/v1.1.0",
|
"gitref": "refs/tags/v1.1.0",
|
||||||
"revision": "b725a44754403bd174158ff018d4b517f4153a56"
|
"revision": "b725a44754403bd174158ff018d4b517f4153a56"
|
||||||
},
|
},
|
||||||
|
"qt6ct-kde": {
|
||||||
|
"version": "0.11_1",
|
||||||
|
"url": "https://aur.archlinux.org/packages/qt6ct-kde"
|
||||||
|
},
|
||||||
"sddm-black-screen-fix": {
|
"sddm-black-screen-fix": {
|
||||||
"version": "0.21.0",
|
"version": "0.21.0",
|
||||||
"gitref": "refs/tags/v0.21.0",
|
"gitref": "refs/tags/v0.21.0",
|
||||||
|
|
|
||||||
|
|
@ -298,9 +298,11 @@ pypi = "questionary"
|
||||||
source = "git"
|
source = "git"
|
||||||
git = "https://github.com/pycontribs/python-vagrant.git"
|
git = "https://github.com/pycontribs/python-vagrant.git"
|
||||||
|
|
||||||
#[qt6ct-kde]
|
[qt6ct-kde]
|
||||||
#source = "git"
|
source = "aur"
|
||||||
#git = "https://github.com/ilya-fedin/qt6ct.git"
|
aur = "qt6ct-kde"
|
||||||
|
from_pattern = '(\d+).(\d+)-(\d+)'
|
||||||
|
to_pattern = '\1.\2_\3'
|
||||||
|
|
||||||
[sddm-black-screen-fix]
|
[sddm-black-screen-fix]
|
||||||
source = 'github'
|
source = 'github'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue