update auxilliary npm packages
Some checks failed
/ build (push) Successful in 2m9s
/ publish (push) Failing after 58s

This commit is contained in:
Carlos Galindo 2026-08-15 13:19:50 +02:00
commit e6f4a0db23
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = meshcentral pkgbase = meshcentral
pkgdesc = Web based remote computer management server pkgdesc = Web based remote computer management server
pkgver = 1.2.5 pkgver = 1.2.5
pkgrel = 1 pkgrel = 2
url = https://meshcentral.com url = https://meshcentral.com
arch = any arch = any
license = Apache-2.0 license = Apache-2.0

View file

@ -1,7 +1,7 @@
# Maintainer: Carlos Galindo <arch -a-t- cgj .d.o.t. es> # Maintainer: Carlos Galindo <arch -a-t- cgj .d.o.t. es>
pkgname=meshcentral pkgname=meshcentral
pkgver=1.2.5 pkgver=1.2.5
pkgrel=1 pkgrel=2
pkgdesc="Web based remote computer management server" pkgdesc="Web based remote computer management server"
arch=("any") arch=("any")
url="https://meshcentral.com" url="https://meshcentral.com"
@ -30,7 +30,7 @@ package() {
# on first boot # on first boot
npm install --global --prefix "$pkgdir/usr/lib/$pkgname" \ npm install --global --prefix "$pkgdir/usr/lib/$pkgname" \
"$srcdir/$pkgname-$pkgver.tgz" \ "$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 # npm gives ownership of ALL FILES to build user
# https://bugs.archlinux.org/task/63396 # https://bugs.archlinux.org/task/63396
chown -R root:root "$pkgdir/usr/lib/$pkgname" chown -R root:root "$pkgdir/usr/lib/$pkgname"