summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2024-02-24 12:37:40 +0330
committerAmin Vakil2024-02-24 12:37:45 +0330
commit4735dfc3bebbf8c509ea1404a04aa14f358e8195 (patch)
treeb6923cd09fca8a2c37c9a316bab9233bf9809af5 /PKGBUILD
parent744afce3f7132f2914de46bcc93be13d517772a3 (diff)
downloadaur-4735dfc3bebbf8c509ea1404a04aa14f358e8195.tar.gz
node-pre-gyp has been deprecated
https://github.com/TryGhost/node-sqlite3/commit/605c7f9 https://github.com/TryGhost/node-sqlite3/pull/1735
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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() {