summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Hummel2023-10-24 19:52:32 -0700
committerDavid Hummel2023-10-24 19:52:32 -0700
commit8d6e44a3dda9c12327d2e5417abf35afb097d083 (patch)
tree66e6a907937348bcb53174f1c8f5c8a1bb494ad8
parent1f8a036df530f370bc2ff1f442f611eb1724115b (diff)
downloadaur-8d6e44a3dda9c12327d2e5417abf35afb097d083.tar.gz
Use nodejs rather than nodejs-lts-gallium
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 621a92849dea..248c109dfd18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = atom-community-git
arch = x86_64
makedepends = git
makedepends = node-gyp
- makedepends = nodejs-lts-gallium
+ makedepends = nodejs
makedepends = npm
makedepends = python
depends = libsecret
diff --git a/PKGBUILD b/PKGBUILD
index 8124f8ec36de..168f7491ed93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ conflicts=("${_gitname}" "apm")
depends=("libsecret" "libx11" "libxkbfile")
-makedepends=("git" "node-gyp" "nodejs-lts-gallium" "npm" "python")
+makedepends=("git" "node-gyp" "nodejs" "npm" "python")
source=("git+https://github.com/${_pkgname}/${_gitname}.git" "atom.desktop.in.patch" "test.js.patch")