Compare commits

...

2 commits

Author SHA1 Message Date
George Rawlinson 1fcde753f9
upgpkg: homebridge-{denon,webos}-tv
Tell npm to be quiet.
2021-08-08 00:10:46 +00:00
George Rawlinson 057921ddd5
upgpkg: homebridge-platform-orbit 1.5.1-1 2021-08-08 00:10:10 +00:00
3 changed files with 11 additions and 5 deletions

View file

@ -16,7 +16,9 @@ noextract=("$_pkgname-$pkgver.tar.gz")
b2sums=('3c504776dea0e245b55ce6f78c56fc9ad40dfb01abf3ababc25c5db4e62226f46f66691c07a5c59b74c7456941813dc386a0fa5b8d660a4894d6ad7d341f7197')
package() {
npm install --global --prefix "$pkgdir/usr" "$_pkgname-$pkgver.tar.gz"
local NPM_FLAGS=(--no-audit --no-fund --no-update-notifier)
npm install --global --prefix "$pkgdir/usr" "$_pkgname-$pkgver.tar.gz" "${NPM_FLAGS[@]}"
# Non-deterministic race in npm gives 777 permissions to random directories
# See https://github.com/npm/cli/issues/1103 for details

View file

@ -2,7 +2,7 @@
pkgname=nodejs-homebridge-platform-orbit
_pkgname="${pkgname#nodejs-}"
pkgver=1.4.5
pkgver=1.5.1
pkgrel=1
pkgdesc="Homebridge plugin for Orbit Irrigation System"
arch=('any')
@ -13,10 +13,12 @@ makedepends=('npm')
options=('!strip')
source=("$_pkgname-$pkgver.tar.gz::https://registry.npmjs.org/$_pkgname/-/$_pkgname-$pkgver.tgz")
noextract=("$_pkgname-$pkgver.tar.gz")
b2sums=('1c4e2c643dd682a5d5d7ebba2def4037b020954512319dd32ebd09c02031ff227605a24a6f1d99a0fb670c083a20ca69a4d55704b4b7e59846595760344d6d82')
b2sums=('49972f8b923ee5700bfcecd51039b5c96c54ab2b691c008f852b8f99171ff64e941d3cbf2ee90da399401677cd8fd16e46635cd3c7e2247df3f6ef4d57b3816b')
package() {
npm install --global --prefix "$pkgdir/usr" "$_pkgname-$pkgver.tar.gz"
local NPM_FLAGS=(--no-audit --no-fund --no-update-notifier)
npm install --global --prefix "$pkgdir/usr" "$_pkgname-$pkgver.tar.gz" "${NPM_FLAGS[@]}"
# Non-deterministic race in npm gives 777 permissions to random directories
# See https://github.com/npm/cli/issues/1103 for details

View file

@ -16,7 +16,9 @@ noextract=("$_pkgname-$pkgver.tar.gz")
b2sums=('6a208aba330c24a70864f373a7b986d3f38c65ebc46735acebd5c03f363dfe9c13d0e656aac99cb033ece450d96738c83396e6c987c66b6e0d2435fd23165453')
package() {
npm install --global --prefix "$pkgdir/usr" "$_pkgname-$pkgver.tar.gz"
local NPM_FLAGS=(--no-audit --no-fund --no-update-notifier)
npm install --global --prefix "$pkgdir/usr" "$_pkgname-$pkgver.tar.gz" "${NPM_FLAGS[@]}"
# Non-deterministic race in npm gives 777 permissions to random directories
# See https://github.com/npm/cli/issues/1103 for details