summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2025-04-16 01:10:28 -0400
committerDavid Birks2025-04-16 01:10:28 -0400
commit68d0bc21f613179261df87a213478406ac54933d (patch)
tree92cf141602c6456f51503ba4b267e778ae3034c8
parentfeabd26fa2f53259ce6a7e6dcc6b9d84f482e77c (diff)
downloadaur-68d0bc21f613179261df87a213478406ac54933d.tar.gz
Fix makedepends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0ca1475c776..3c3950f84fc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=()
optdepends=()
makedepends=(
"cargo"
- "libxcb"
+ "nodejs"
"just"
)
# LTO is broken for dependency ring https://github.com/briansmith/ring/issues/1444