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')