[arch-commits] Commit in electron/trunk (PKGBUILD)

Nicola Squartini tensor5 at archlinux.org
Sun May 12 11:33:20 UTC 2019


    Date: Sunday, May 12, 2019 @ 11:33:17
  Author: tensor5
Revision: 466232

upgpkg: electron 5.0.1-2

Set user ID for chrome-sandbox executable (FS#62469).

Modified:
  electron/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-12 11:31:49 UTC (rev 466231)
+++ PKGBUILD	2019-05-12 11:33:17 UTC (rev 466232)
@@ -4,7 +4,7 @@
 pkgver=5.0.1
 _commit=2de54a3dbc2ecb1427e5df335b4bb7b57b6c1067
 _chromiumver=73.0.3683.121
-pkgrel=1
+pkgrel=2
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('x86_64')
 url='https://electronjs.org/'
@@ -177,6 +177,8 @@
   install -dm755 "${pkgdir}/usr/lib/electron"
   bsdtar -xf src/out/Release/dist.zip -C "${pkgdir}/usr/lib/electron"
 
+  chmod u+s "${pkgdir}/usr/lib/electron/chrome-sandbox"
+
   install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
   for l in "${pkgdir}/usr/lib/electron"/{LICENSE,LICENSES.chromium.html}; do
     ln -s  \



More information about the arch-commits mailing list