diff options
author | Amin Vakil | 2024-02-24 12:37:40 +0330 |
---|---|---|
committer | Amin Vakil | 2024-02-24 12:37:45 +0330 |
commit | 4735dfc3bebbf8c509ea1404a04aa14f358e8195 (patch) | |
tree | b6923cd09fca8a2c37c9a316bab9233bf9809af5 /PKGBUILD | |
parent | 744afce3f7132f2914de46bcc93be13d517772a3 (diff) | |
download | aur-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-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |