diff --git a/current_version.json b/current_version.json index c3c25d3..34584b3 100644 --- a/current_version.json +++ b/current_version.json @@ -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", diff --git a/dalci-pkgbuild.toml b/dalci-pkgbuild.toml index 0e773aa..2e674ae 100644 --- a/dalci-pkgbuild.toml +++ b/dalci-pkgbuild.toml @@ -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'