summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGitHub Action2021-06-24 10:44:42 +0000
committerGitHub Action2021-06-24 10:44:42 +0000
commitb45e3d8ab70faf7581a7993da181b9ee8cdf7eda (patch)
tree5f5b7efc18a2a5127c7fb5b81737224833e9b6ff /PKGBUILD
parent1aa962a6d7fccb62b9a1de47dc84ccebee5039e4 (diff)
downloadaur-b45e3d8ab70faf7581a7993da181b9ee8cdf7eda.tar.gz
Update from GitHub Actions: nodejs-triton: update to 7.15.0-4
https://github.com/ouuan/AUR-packages/actions/runs/967632265
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eca53224124b..a3987ce5dbfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_npmname=triton
pkgname=nodejs-triton
pkgver=7.15.0
-pkgrel=3
+pkgrel=4
pkgdesc="Triton client tool and node.js library"
arch=('any')
url="https://github.com/joyent/node-triton"
@@ -21,7 +21,7 @@ package() {
local _npmdir="$pkgdir/usr/lib/node_modules/"
mkdir -p "$_npmdir"
cd "$_npmdir"
- npm install -g --prefix "$pkgdir/usr" "$_npmname@$pkgver"
+ npm install -g --prefix "$pkgdir/usr" "$srcdir/$_npmname-$pkgver.tgz"
# Remove the files that contain references to $pkgdir
rm "$pkgdir/usr/lib/node_modules/$_npmname/node_modules/dtrace-provider/build/Makefile"