update auxilliary npm packages
This commit is contained in:
parent
62600973cc
commit
e6f4a0db23
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = meshcentral
|
||||
pkgdesc = Web based remote computer management server
|
||||
pkgver = 1.2.5
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://meshcentral.com
|
||||
arch = any
|
||||
license = Apache-2.0
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Carlos Galindo <arch -a-t- cgj .d.o.t. es>
|
||||
pkgname=meshcentral
|
||||
pkgver=1.2.5
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Web based remote computer management server"
|
||||
arch=("any")
|
||||
url="https://meshcentral.com"
|
||||
|
|
@ -30,7 +30,7 @@ package() {
|
|||
# on first boot
|
||||
npm install --global --prefix "$pkgdir/usr/lib/$pkgname" \
|
||||
"$srcdir/$pkgname-$pkgver.tgz" \
|
||||
archiver@5.3.2 otplib@12.0.1 ua-parser-js@1.0.35
|
||||
archiver@5.3.2 otplib@13.4.1 ua-parser-js@1.0.35 ua-client-hints-js@0.1.2
|
||||
# npm gives ownership of ALL FILES to build user
|
||||
# https://bugs.archlinux.org/task/63396
|
||||
chown -R root:root "$pkgdir/usr/lib/$pkgname"
|
||||
|
|
|
|||
Loading…
Reference in a new issue