diff --git a/current_version.json b/current_version.json index 401daae..874465a 100644 --- a/current_version.json +++ b/current_version.json @@ -116,7 +116,7 @@ "gitref": "refs/tags/80", "revision": "54a2c47bec416f8bd4948147da24c095e9bf2c19" }, - "google-chrome": { + "google-chrome-bin": { "version": "140.0.7339.80" }, "grub-theme-arch": { @@ -134,12 +134,12 @@ "gitref": "refs/tags/v2.18.1", "url": "https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/tag/v2.18.1" }, - "hyprevents": { + "hyprevents-git": { "version": "20241015.100549", "revision": "d4397df0f04da244f58fc7f6e4d8a01ec9200cc0", "url": "https://github.com/vilari-mickopf/hyprevents/commit/d4397df0f04da244f58fc7f6e4d8a01ec9200cc0" }, - "hyprprop": { + "hyprprop-git": { "version": "20241015.100610", "revision": "f106bbdafd71ce2b9e56c121b158e9b2a8b797a7", "url": "https://github.com/vilari-mickopf/hyprprop/commit/f106bbdafd71ce2b9e56c121b158e9b2a8b797a7" @@ -214,7 +214,7 @@ "gitref": "refs/tags/v3.11", "revision": "b7b461fa827ee8931968c4bb25e0d4e4bb309399" }, - "notparadoxlauncher-bin": { + "notparadoxlauncher": { "version": "1.3.1", "gitref": "refs/tags/v1.3.1", "revision": "0b909c9c9d1d0e9db2daa28f0d46397d25a351fa" @@ -229,6 +229,11 @@ "gitref": "refs/tags/3.8", "revision": "92d2affbee4d5f6bf5fcd20d1bc4519a1ce2eb45" }, + "papirus-icon-theme-git": { + "version": "20250906.060022", + "revision": "ecda02faee671f66d0be3a290835070c36d6230d", + "url": "https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/commit/ecda02faee671f66d0be3a290835070c36d6230d" + }, "peazip": { "version": "10.6.1", "gitref": "refs/tags/10.6.1", @@ -300,10 +305,14 @@ "gitref": "refs/tags/v0.3.5", "revision": "eca9301022f4da451a59ba9f3dc693025a73a283" }, - "thinlinc-client": { + "snapper-support": { + "version": "1.1.2-3", + "url": "https://aur.archlinux.org/packages/snapper-support" + }, + "thinlinc-client-bin": { "version": "4.19.0_4005" }, - "thinlinc-server": { + "thinlinc-server-bin": { "version": "4.19.0" }, "tigervnc-viewer": { diff --git a/dalci-pkgbuild.toml b/dalci-pkgbuild.toml index 935ac61..6dd8e68 100644 --- a/dalci-pkgbuild.toml +++ b/dalci-pkgbuild.toml @@ -74,7 +74,7 @@ git = "https://gitlab.com/fdroid/fdroidserver.git" [firefox-policy-hook] source = "git" -git = "https://codeberg.org/doppelhelix/firefox-policy-hook" +git = "https://codeberg.org/doppelhelix/firefox-policy-hook.git" [fortune-mod-de] source = "git" @@ -118,7 +118,7 @@ git = "https://github.com/akiirui/hide-universal-access.git" source = "git" git = "https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension.git" -[google-chrome] +[google-chrome-bin] source = "apt" mirror = "https://dl.google.com/linux/chrome/deb/" pkg = "google-chrome-stable" @@ -142,11 +142,11 @@ github = "Heroic-Games-Launcher/HeroicGamesLauncher" prefix = "v" use_latest_release = true -[hyprevents] +[hyprevents-git] source = "github" github = "vilari-mickopf/hyprevents" -[hyprprop] +[hyprprop-git] source = "github" github = "vilari-mickopf/hyprprop" @@ -217,7 +217,7 @@ source = "git" git = "https://github.com/liske/needrestart.git" prefix = "v" -[notparadoxlauncher-bin] +[notparadoxlauncher] source = "git" git = "https://github.com/shusaura85/notparadoxlauncher.git" prefix = "v" @@ -231,6 +231,10 @@ source = "git" git = "https://github.com/jgm/pandoc.git" prefix = "v" +[papirus-icon-theme-git] +source = "github" +github = "PapirusDevelopmentTeam/papirus-icon-theme" + [peazip] source = "git" git = "https://github.com/peazip/PeaZip.git" @@ -300,14 +304,18 @@ source = "git" git = "https://github.com/doppelhelix/signal-monochrome-tray-hook.git" prefix = "v" -[thinlinc-client] +[snapper-support] +source = "aur" +aur = "snapper-support" + +[thinlinc-client-bin] source = "regex" regex = "https://www.cendio.com/downloads/clients/tl-(\\d+\\.\\d+\\.\\d+\\-\\d+)-client-linux-dynamic-x86_64.tar.gz" url = "https://www.cendio.com/downloads" from_pattern = '(\d+).(\d+).(\d+)-(\d+)' to_pattern = '\1.\2.\3_\4' -[thinlinc-server] +[thinlinc-server-bin] source = "regex" regex = "https://www.cendio.com/downloads/server/tl-(\\d+\\.\\d+\\.\\d+)-server.zip" url = "https://www.cendio.com/downloads"