upgpkg: rollup 2.56.3-1
New upstream release.
This commit is contained in:
parent
e61e4a7541
commit
aac78ffe2d
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Contributor: George Rawlinson <george@rawlinson.net.nz>
|
# Contributor: George Rawlinson <george@rawlinson.net.nz>
|
||||||
|
|
||||||
pkgname=rollup
|
pkgname=rollup
|
||||||
pkgver=2.56.2
|
pkgver=2.56.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Next-generation ES6 module bundler"
|
pkgdesc="Next-generation ES6 module bundler"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
@ -12,7 +12,7 @@ depends=('nodejs')
|
||||||
makedepends=('npm' 'jq')
|
makedepends=('npm' 'jq')
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
|
source=("$pkgname-$pkgver.tar.gz::https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
|
||||||
noextract=("$pkgname-$pkgver.tar.gz")
|
noextract=("$pkgname-$pkgver.tar.gz")
|
||||||
b2sums=('4ac03727dc2028a793b5bc83bf9f40b3c85d29383dcdf15de69645407946f2823edd83fca8fca7db927cc65546a1cb0716bd05c704f99a7a88ddf708956d65b3')
|
b2sums=('52062640f92352713ce4b95a84e6157939ef089a77ece0d0edd0ae56f500ece50102fcdab06fa71782acfc89f9b835f1645616fcc4a0ed4353b16f6076abebfe')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
local NPM_FLAGS=(--no-audit --no-fund --no-update-notifier)
|
local NPM_FLAGS=(--no-audit --no-fund --no-update-notifier)
|
||||||
|
@ -25,7 +25,7 @@ package() {
|
||||||
"$pkgname-$pkgver.tar.gz"
|
"$pkgname-$pkgver.tar.gz"
|
||||||
|
|
||||||
# install licenses
|
# install licenses
|
||||||
install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" \
|
install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" \
|
||||||
"$pkgdir/usr/lib/node_modules/rollup/LICENSE.md"
|
"$pkgdir/usr/lib/node_modules/rollup/LICENSE.md"
|
||||||
|
|
||||||
# install documentation
|
# install documentation
|
||||||
|
|
Loading…
Reference in a new issue