|
@@ -11,7 +11,7 @@ _use_suffix=1
|
|
|
pkgver=25.6.0
|
|
|
_chromiumver=114.0.5735.134
|
|
|
# shellcheck disable=SC2034
|
|
|
-pkgrel=1
|
|
|
+pkgrel=2
|
|
|
|
|
|
_major_ver=${pkgver%%.*}
|
|
|
if [[ ${_use_suffix} != 0 ]]; then
|
|
@@ -41,13 +41,11 @@ optdepends=('kde-cli-tools: file deletion support (kioclient5)'
|
|
|
'qt5-base: enable Qt5 with --enable-features=AllowQt'
|
|
|
'trash-cli: file deletion support (trash-put)'
|
|
|
'xdg-utils: open URLs with desktop’s default (xdg-email, xdg-open)')
|
|
|
-if [[ ${_use_suffix} == 0 ]]; then
|
|
|
- # shellcheck disable=SC2034
|
|
|
- conflicts=("electron${_major_ver}")
|
|
|
- # shellcheck disable=SC2034
|
|
|
- provides=("electron${_major_ver}")
|
|
|
- replaces=("electron${_major_ver}")
|
|
|
-fi
|
|
|
+# shellcheck disable=SC2034
|
|
|
+conflicts=("electron${_major_ver}")
|
|
|
+# shellcheck disable=SC2034
|
|
|
+provides=("electron${_major_ver}")
|
|
|
+replaces=("electron${_major_ver}")
|
|
|
# shellcheck disable=SC2034
|
|
|
options=('!lto') # Electron adds its own flags for ThinLTO
|
|
|
# shellcheck disable=SC2034
|