summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Action2021-06-20 03:31:27 +0000
committerGitHub Action2021-06-20 03:31:27 +0000
commit1ec9a9e8cd0043ad7976aefae764f69b943da753 (patch)
treee8250ff0791b617f04c7aa25a77fe2dd61726738
parentef52ae05496f8f6635e9076e2609ced823475624 (diff)
downloadaur-1ec9a9e8cd0043ad7976aefae764f69b943da753.tar.gz
Update from GitHub Actions: nodejs-triton: update to 7.15.0-2
Remove the files that contain references to $pkgdir https://github.com/ouuan/AUR-packages/actions/runs/953687701
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
-rw-r--r--triton-7.15.0.tgzbin0 -> 206824 bytes
3 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fcb95e28688..257fd13e3f96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nodejs-triton
pkgdesc = Triton client tool and node.js library
pkgver = 7.15.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/joyent/node-triton
arch = any
license = MPL
diff --git a/PKGBUILD b/PKGBUILD
index 8e4aaea29083..81164b9ba169 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_npmname=triton
pkgname=nodejs-triton
pkgver=7.15.0
-pkgrel=1
+pkgrel=2
pkgdesc="Triton client tool and node.js library"
arch=('any')
url="https://github.com/joyent/node-triton"
@@ -22,5 +22,9 @@ package() {
mkdir -p "$_npmdir"
cd "$_npmdir"
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"
+
chown -R root:root "${pkgdir}"
}
diff --git a/triton-7.15.0.tgz b/triton-7.15.0.tgz
new file mode 100644
index 000000000000..2cdba0de51a9
--- /dev/null
+++ b/triton-7.15.0.tgz
Binary files differ