summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpikl2023-10-06 17:20:45 +0100
committerpikl2023-10-06 17:20:45 +0100
commit988a1b22cbbb0f7c9626461dc61171af87e84445 (patch)
tree825e20c0a1bc71578a19c2a3b47fbe6ab7223eae
parent33af249712e5e8fc1202cfadb1fac7c1c05e2450 (diff)
downloadaur-988a1b22cbbb0f7c9626461dc61171af87e84445.tar.gz
generic nodejs dep but hydrogen for build
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 720308672dac..fa98cc4ece6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/actualbudget/actual-server"
license=('MIT')
groups=()
depends=('yarn' 'nodejs>=16')
-makedepends=('git' 'gcc' 'make')
+makedepends=('git' 'gcc' 'make' 'nodejs-lts-hydrogen')
optdepends=()
provides=()
conflicts=()