From 4735dfc3bebbf8c509ea1404a04aa14f358e8195 Mon Sep 17 00:00:00 2001 From: Amin Vakil Date: Sat, 24 Feb 2024 12:37:40 +0330 Subject: [PATCH] node-pre-gyp has been deprecated https://github.com/TryGhost/node-sqlite3/commit/605c7f9 https://github.com/TryGhost/node-sqlite3/pull/1735 --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index bb601ba4ff13..1d549eed45b7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -53,7 +53,7 @@ build() { # fetch sqlite3 binary blob cd node_modules/sqlite3 - ./node_modules/.bin/node-pre-gyp install --fallback-to-build + ./node_modules/.bin/prebuild-install -r napi || node-gyp rebuild } package() {