summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGitHub Action2021-06-24 10:52:57 +0000
committerGitHub Action2021-06-24 10:52:57 +0000
commit51c855560f446596c08a8862d7a890c5bba0f3f2 (patch)
tree159e78f90db78e3cbed8b6b788bba5b4630476d5 /PKGBUILD
parent0a0d979dd4e9435df858764db979b2f208817ff3 (diff)
downloadaur-51c855560f446596c08a8862d7a890c5bba0f3f2.tar.gz
Update from GitHub Actions: nodejs-wildduck: update to 1.33.5-3
https://github.com/ouuan/AUR-packages/actions/runs/967637578
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d21ef36e59c..8e645c290279 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_npmname=wildduck
pkgname=nodejs-wildduck
pkgver=1.33.5
-pkgrel=2
+pkgrel=3
pkgdesc='Opinionated email server'
arch=(any)
url=https://github.com/nodemailer/wildduck
@@ -22,7 +22,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"
install -Dm644 "$_npmdir/$_npmname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
# Remove the files that contain references to $pkgdir