Package Details: electron17-bin 17.4.11-2

Git Clone URL: https://aur.archlinux.org/electron17-bin.git (read-only, click to copy)
Package Base: electron17-bin
Description: Build cross platform desktop apps with web technologies — prebuilt
Upstream URL: https://electronjs.org
Keywords: node nodejs
Licenses: MIT, LicenseRef-custom
Conflicts: electron17
Provides: electron17
Submitter: yurikoles
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 0
Popularity: 0.000000
First Submitted: 2021-11-22 02:41 (UTC)
Last Updated: 2024-06-25 03:57 (UTC)

Dependencies (8)

Required by (17)

Sources (8)

Latest Comments

xiota commented on 2024-06-05 00:35 (UTC) (edited on 2024-06-05 00:36 (UTC) by xiota)

@yurikoles Please add comaintainers to your packages to prevent them from being unmaintained for an extended time. For electron packages, consider reaching out to zxp19821005 and yochananmarqos. For thunderbird-beta-related packages, bittin has already volunteered. Otherwise, you should disown the next time you expect to leave again for ~6 months.

alerque commented on 2024-03-04 14:17 (UTC) (edited on 2024-03-05 07:50 (UTC) by alerque)

This and all other elecronNN-bin packages should NOT have provides=(electron), only provides=(electronNN). Please remove these as they are causing a mess all over the Electron ecosystem since the upstream change to the electron meta package approach. This may have originally made sense, but it definitely does not now. The only package that should provide that from the AUR is the electron-bin package which is a direct replacement for electron without a version. That provision on these versioned package is going to lock people using anything that does want the sliding version of Electron into whatever version they happen to have installed and also in some cases block installing multiple Electron apps that require different versions. Additionally it is screwing up AUR helpers trying to resolve dependencies.

yochananmarqos commented on 2023-11-08 02:07 (UTC)

Please fix the provides and conflicts:

provides=('electron17')
conflicts=('electron17')

bkb commented on 2023-03-05 11:03 (UTC)

Link /bin/electron-latest to /bin/electron

Link /bin/electron17 to /bin/electron-latest

Or something