Package Details: electron36-bin 36.1.0-1

Git Clone URL: https://aur.archlinux.org/electron36-bin.git (read-only, click to copy)
Package Base: electron36-bin
Description: Build cross platform desktop apps with web technologies — prebuilt
Upstream URL: https://electronjs.org
Keywords: electron electron36 nodejs
Licenses: MIT, LicenseRef-custom
Conflicts: electron36
Provides: electron36
Submitter: zxp19821005
Maintainer: zxp19821005 (yurikoles)
Last Packager: zxp19821005
Votes: 0
Popularity: 0.000000
First Submitted: 2025-03-10 04:12 (UTC)
Last Updated: 2025-05-06 02:54 (UTC)

Dependencies (9)

Required by (15)

Sources (6)

Pinned Comments

yurikoles commented on 2025-04-24 16:31 (UTC) (edited on 2025-04-24 16:32 (UTC) by yurikoles)

Although sometimes electronNM-bin packages are duplicated by the same major electronNM version in extra, AUR rules doesn't forbid providing vanilla binaries from upstream authors, so please don't file deletion requests. E.g. like this rejected one.

Latest Comments

oech3 commented on 2025-04-30 23:46 (UTC)

I meant adding provides=('electron');conflicts=('electron'); ln -s /usr/bin/electron{36,} and ln -s /usr/lib/elecrton{36,}.

zxp19821005 commented on 2025-04-30 22:24 (UTC)

@oech3 Sorry, we can't. Both of us was not the trusted user.

oech3 commented on 2025-04-30 22:14 (UTC)

Would you provide and replace meta package (https://archlinux.org/packages/extra/any/electron/) by symlink?

This package over version in official repo. Hesitating for 37-bin (beta).

yurikoles commented on 2025-04-24 16:31 (UTC) (edited on 2025-04-24 16:32 (UTC) by yurikoles)

Although sometimes electronNM-bin packages are duplicated by the same major electronNM version in extra, AUR rules doesn't forbid providing vanilla binaries from upstream authors, so please don't file deletion requests. E.g. like this rejected one.

zxp19821005 commented on 2025-03-17 18:41 (UTC)

@yurikoles All right.

yurikoles commented on 2025-03-17 18:36 (UTC)

@zxp19821005

We still have the same version comparison problem, please avoid adding any characters between major version and alpha / beta specifier.

$ vercmp 36.0.0 36.0.0_alpha.3-1
-1

$ vercmp 36.0.0 36.0.0_beta.3-1 
-1

From vercmp(8):

< 0 : if ver1 < ver2

This means that a stable 36.0.0 release would be offered as an update over 36.0.0_alpha.3-1 or 36.0.0_beta.3-1