update to 1.1.11

update npm-installed dependencies that meshcentral tries to install on launch
This commit is contained in:
Carlos Galindo 2023-09-12 10:33:40 +02:00
parent ae455d564d
commit 9a93433936
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# Maintainer: Carlos Galindo <arch -a-t- cgj .d.o.t. es>
pkgname=meshcentral
pkgver=1.1.10
pkgver=1.1.11
pkgrel=2
pkgdesc="Web based remote computer management server"
arch=("any")
@ -13,7 +13,7 @@ source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/$pkgname/-/$pkgname-$p
"$pkgname.service"
"$pkgname.tmpfiles"
"$pkgname.sysusers")
sha256sums=('aac0afba37dd7aa1b413db8b23b0d86ae023a73cabad655337582baf7364b411'
sha256sums=('4d5ec195e872a97933e5f2455f10d769dc288c947c83b443f6c118f8abb7be99'
'339ee5927101ca2cf945c2e26a4c3d1a7af452119e67fd57c089b5fa88cbdc4e'
'30608aab6b9b268e492506a5c230a49cc28cb47dd09b7c28c586580132ee7f7a'
'259209675649cd7630167a3ac0af3f33836f683c031c8b47e5ccc3a1bb97aa15')
@ -30,7 +30,7 @@ package() {
# on first boot
npm install --global --prefix "$pkgdir/usr/lib/$pkgname" \
"$srcdir/$pkgname-$pkgver.tgz" \
archiver@5.3.1 otplib@10.2.3
archiver@5.3.2 otplib@10.2.3 ua-parser-js@1.0.35
# npm gives ownership of ALL FILES to build user
# https://bugs.archlinux.org/task/63396
chown -R root:root "$pkgdir/usr/lib/$pkgname"