summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Lee2022-11-16 08:15:00 -0800
committerVincent Lee2022-11-16 08:15:00 -0800
commit69e0ab6300a1fc0aa62deddfc9d5f7a2449b71b0 (patch)
treea5ed5a9c6873f988c1cf70825a2584199500ba4f
parent8245327b4e6fac012f2eca2df8d2beae51321cf2 (diff)
downloadaur-69e0ab6300a1fc0aa62deddfc9d5f7a2449b71b0.tar.gz
Move nodejs from makedepends to depends
It's needed at runtime by 'sl web'
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf42b61e2866..6dcd31589447 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,11 @@ pkgdesc="A Scalable, User-Friendly Source Control System"
arch=("x86_64")
url="https://sapling-scm.com"
license=('GPL2')
-depends=("python")
+depends=("nodejs" "python")
# NOTE: namcap(1) reports various missing python libs from scanning the package, but
# this binary actually vendors them in. The resulting sl(1)
# program runs fine without those libraries installed systemwide.
-makedepends=("cargo" "cmake" "nodejs" "rust" "yarn")
+makedepends=("cargo" "cmake" "rust" "yarn")
source=("https://github.com/facebook/sapling/archive/refs/tags/$_realver.tar.gz")
sha256sums=("93f60a05e049f8eb0e1c73f32a4ad75f8eb2d2a12972ed057c080459a564fc75")