summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGitHub Action2021-06-20 06:45:52 +0000
committerGitHub Action2021-06-20 06:45:52 +0000
commitf3190a935068f68e473d71634ec52f0c9d8ddca5 (patch)
tree078b737605f142c1ef9176e31e320a141dd843d3 /PKGBUILD
parent1ec9a9e8cd0043ad7976aefae764f69b943da753 (diff)
downloadaur-f3190a935068f68e473d71634ec52f0c9d8ddca5.tar.gz
Update from GitHub Actions: nodejs-triton: update to 7.15.0-3
https://github.com/ouuan/AUR-packages/actions/runs/953936338
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81164b9ba169..eca53224124b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_npmname=triton
pkgname=nodejs-triton
pkgver=7.15.0
-pkgrel=2
+pkgrel=3
pkgdesc="Triton client tool and node.js library"
arch=('any')
url="https://github.com/joyent/node-triton"
@@ -24,7 +24,8 @@ package() {
npm install -g --prefix "$pkgdir/usr" "$_npmname@$pkgver"
# Remove the files that contain references to $pkgdir
- rm -rf "$pkgdir/usr/lib/node_modules/$_npmname/node_modules/dtrace-provider/build"
+ rm "$pkgdir/usr/lib/node_modules/$_npmname/node_modules/dtrace-provider/build/Makefile"
+ rm "$pkgdir/usr/lib/node_modules/$_npmname/node_modules/dtrace-provider/build/config.gypi"
chown -R root:root "${pkgdir}"
}