From ec807c086b2e86f42e20171bfb66326780cbc714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Sun, 21 Jul 2024 16:18:45 +0300 Subject: [PATCH] electron31-bin --- electron31-bin/alr.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/electron31-bin/alr.sh b/electron31-bin/alr.sh index 9e38554..54f9124 100644 --- a/electron31-bin/alr.sh +++ b/electron31-bin/alr.sh @@ -18,11 +18,12 @@ opt_deps=('kde-cli-tools: file deletion support (kioclient5)' 'trash-cli: file deletion support (trash-put)' 'xdg-utils: open URLs with desktop’s default (xdg-email, xdg-open)') opt_deps_redos=('kde-cli-tools: file deletion support (kioclient5)' -'pipewire: WebRTC desktop sharing under Wayland' -'qt5-qtbase: enable Qt5 with --enable-features=AllowQt' -'gtk4: for --gtk-version=4 (GTK4 IME might work better on Wayland)' -'trash-cli: file deletion support (trash-put)' -'xdg-utils: open URLs with desktop’s default (xdg-email, xdg-open)') + 'pipewire: WebRTC desktop sharing under Wayland' + 'qt5-qtbase: enable Qt5 with --enable-features=AllowQt' + 'gtk4: for --gtk-version=4 (GTK4 IME might work better on Wayland)' + 'trash-cli: file deletion support (trash-put)' + 'xdg-utils: open URLs with desktop’s default (xdg-email, xdg-open)' +) sources=("https://github.com/electron/electron/releases/download/v${version}/electron-v${version}-linux-x64.zip") checksums=('SKIP')