upgpkg: rollup 3.1.0-1
This commit is contained in:
parent
6d69c51d11
commit
5de463fdf7
1 changed files with 4 additions and 4 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.79.1
|
pkgver=3.1.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Next-generation ES6 module bundler'
|
pkgdesc='Next-generation ES6 module bundler'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
@ -12,8 +12,8 @@ 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")
|
||||||
sha512sums=('b8ac5b7742213193a18c0883e68005a7b06abe40380efe3baa9382b5a36f9e0e0707075b5ad74e87c7f99d936e936ae9e753cc1a4ddbcdf5aee686b2344b989f')
|
sha512sums=('184bebf8239c5e272be27ba287a9a9b7613276ae6567bdb3d11acac751f8fd0da8b93df8387ac8209f4e523dac66a521abb40bf07a7c43c06859b8cbffa71c45')
|
||||||
b2sums=('0a3aa1490a6a3b0e4bb234b6b40a895a8d5ff577b72b33458245433ea08f2ac575e7712c7c318c9dbbf5b9053ef7f7ed64081e6ca245afe42fb87a576b867209')
|
b2sums=('d5769f5313a5d37ca2f8c85888b8f6abd4bf22a37cc2d84bac773a049405ef237973399e3a8add0644ea511d499d2041aa518eafd4c1ba2c364b8c0f100e14b6')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
local NPM_FLAGS=(--no-audit --no-fund --no-update-notifier)
|
local NPM_FLAGS=(--no-audit --no-fund --no-update-notifier)
|
||||||
|
@ -31,7 +31,7 @@ package() {
|
||||||
|
|
||||||
# install documentation
|
# install documentation
|
||||||
install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" \
|
install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" \
|
||||||
"$pkgdir/usr/lib/node_modules/rollup/"{CHANGELOG,README}.md
|
"$pkgdir/usr/lib/node_modules/rollup/README.md"
|
||||||
|
|
||||||
# remove references to ${src,pkg}dir
|
# remove references to ${src,pkg}dir
|
||||||
local tmppackage="$(mktemp)"
|
local tmppackage="$(mktemp)"
|
||||||
|
|
Loading…
Reference in a new issue