summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCody Wyatt Neiman2022-08-02 00:24:36 +0000
committerCody Wyatt Neiman2022-08-02 00:24:36 +0000
commit4348827fe26bcd45012b0f54d377ccad1fb7f6e2 (patch)
treef804863c07206bd8c011215fa3b28d48c1553652 /PKGBUILD
parent4584df2b7cbf06daf6f805a7f2422297c7828c5b (diff)
downloadaur-4348827fe26bcd45012b0f54d377ccad1fb7f6e2.tar.gz
fix(element-desktop-git): use nodejs lts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 669580c42c38..40b3650cf419 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgdesc="Glossy Matrix collaboration client — "
arch=(x86_64)
url="https://element.io"
license=(Apache)
-makedepends=(npm git yarn python rust tcl ${_electron} nodejs sqlcipher)
+makedepends=(npm git yarn python rust tcl ${_electron} nodejs-lts-gallium sqlcipher)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
_giturl="git+https://github.com/vector-im"