Skip to content

Commit

Permalink
Test nodejs-shared 22.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rootmos committed Jun 21, 2024
1 parent 34cac5d commit 2dc4b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/archlinux/PKGBUILD.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pkgname=$BUILD_PROJECT
pkgver=$BUILD_VERSION
pkgrel=1
arch=("x86_64")
depends=("lua" "python" "nodejs" "bash")
depends=("lua" "python" "nodejs>=22.3.0" "bash")
makedepends=("bpf")
url=$BUILD_REPO_URL
source=("$pkgname-$pkgver.zip::$BUILD_SOURCE_TARBALL_URL")
Expand Down

0 comments on commit 2dc4b85

Please sign in to comment.