electron36.6-bin

LOW
maintainer stef204 0 votes scanned 2026-08-22 05:16:50.653524
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: stef204 <stef204@yandex.com>
2
3# This package pins Electron 36.6.0 specifically because it is the exact
4# version required by Nyxt's cl-electron library (see _build/cl-electron/package.json).
5# The electron36-bin package in AUR provides 36.9.x which may not be compatible.
6
7pkgname=electron36.6-bin
8pkgver=36.6.0
9pkgrel=1
10pkgdesc="Build cross platform desktop apps with web technologies - prebuilt binary (pinned for Nyxt)"
11arch=('x86_64')
12url='https://electronjs.org'
13license=('MIT' 'BSD-3-Clause')
14depends=('gtk3' 'nss' 'libxss' 'alsa-lib')
15provides=('electron36=36.6.0')
16conflicts=('electron36-bin')
17options=('!strip')
18source=("https://github.com/electron/electron/releases/download/v${pkgver}/electron-v${pkgver}-linux-x64.zip")
19sha256sums=('6a0decb3e382f32d4ab3db90aabd082ef9ee1154fe205808f887e228fdb2d355')
20
21package() {
22 install -d "${pkgdir}/usr/lib/${pkgname}"
23 bsdtar -xf "${srcdir}/electron-v${pkgver}-linux-x64.zip" -C "${pkgdir}/usr/lib/${pkgname}"
24
25 # Create launcher script
26 install -d "${pkgdir}/usr/bin"
27 echo '#!/bin/sh' > "${pkgdir}/usr/bin/electron36"
28 echo "exec /usr/lib/${pkgname}/electron \"\$@\"" >> "${pkgdir}/usr/bin/electron36"
29 chmod 755 "${pkgdir}/usr/bin/electron36"
30
31 # Fix chrome-sandbox permissions
32 chmod 4755 "${pkgdir}/usr/lib/${pkgname}/chrome-sandbox"
33
34 # Install license
35 install -Dm644 "${pkgdir}/usr/lib/${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
36 install -Dm644 "${pkgdir}/usr/lib/${pkgname}/LICENSES.chromium.html" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSES.chromium.html"
37}
38

Scan history

Scanned at (UTC)SeverityRules
2026-08-22 05:16:50 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion