summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYurii Kolesnykov2023-11-12 06:59:28 +0300
committerYurii Kolesnykov2023-11-12 06:59:28 +0300
commit15441d0fe214db618bd8b1fea0d8ebc466336d7d (patch)
treee136f7588789a2816255e88fd49f1fe19ae37213 /PKGBUILD
parent50bb41078f6e362265e6f6bb34f3cc9c9682ddaa (diff)
downloadaur-electron24-bin.tar.gz
sync with extra/electron24
Signed-off-by: Yurii Kolesnykov <root@yurikoles.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4babac6ceec1..be3b38f2d5b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,18 @@ pkgname="${_pkgname}"-bin
_subver="8.8"
_pkgver="${_major}.${_subver}"
pkgver="${_pkgver/-/.}"
-pkgrel=1
+pkgrel=2
pkgdesc="Build cross platform desktop apps with web technologies - Binary version ${_major}"
arch=('x86_64' 'aarch64')
url=https://electronjs.org/
license=('MIT' 'custom')
-depends=('c-ares' 'gtk3' 'libevent' 'nss' 'wayland')
+depends=(c-ares
+ alsa-lib
+ gtk3
+ libevent
+ libffi
+ nss)
optdepends=('kde-cli-tools: file deletion support (kioclient5)'
- 'libappindicator-gtk3: StatusNotifierItem support'
'pipewire: WebRTC desktop sharing under Wayland'
'qt5-base: enable Qt5 with --enable-features=AllowQt'
'trash-cli: file deletion support (trash-put)'