Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: electron18 18.3.9-1
Browse files Browse the repository at this point in the history
FS#74034 as well

git-svn-id: file:///srv/repos/svn-community/svn@1272466 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
ArchangeGabriel authored and svntogit committed Aug 21, 2022
1 parent c8dfe2c commit f1bc01d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions trunk/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Nicola Squartini <tensor5@gmail.com>
# Maintainer: Bruno Pagani <archange@archlinux.org>

_use_suffix=1
pkgver=18.3.6
_commit=b35c90777a4776aa0b2d2e9ac927d4dd52e53b3b
pkgver=18.3.9
_commit=dce1b44b61284b508a141d01a320275c14831b19
_chromiumver=100.0.4896.160
_gcc_patchset=4
# shellcheck disable=SC2034
Expand Down Expand Up @@ -66,7 +66,7 @@ source=('git+https://github.com/electron/electron.git'
sha256sums=('SKIP'
'SKIP'
'a6120e7d4eb5e131b87b6ab3b922e0c6cd78e15501e54cfb2019875173688d80'
'3953f532a3ea5fce19ee33600c6ead89dcd066df6a01d3c3ab4c24f96e46fca2'
'77817939c9833f8dda74a8c75620c15747170551ffa6f14f7c5b4071599e8831'
'4484200d90b76830b69eea3a471c103999a3ce86bb2c29e6c14c945bf4102bae'
'dd2d248831dd4944d385ebf008426e66efe61d6fdf66f8932c963a12167947b4'
'55dbe71dbc1f3ab60bf1fa79f7aea7ef1fe76436b1d7df48728a1f8227d2134e'
Expand Down
2 changes: 1 addition & 1 deletion trunk/electron-launcher.sh
Expand Up @@ -17,4 +17,4 @@ for line in "${MAPFILE[@]}"; do
fi
done

exec /usr/lib/${name}/electron "$@" "${flags[@]}"
exec /usr/lib/${name}/electron "${flags[@]}" "$@"

0 comments on commit f1bc01d

Please sign in to comment.