summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrafasc2018-06-12 20:23:24 +0100
committerrafasc2018-06-12 20:23:24 +0100
commitae68374fd6e6fbce2fd5c0560771462249a88d71 (patch)
tree577a36b8b984a642ab2f01e273cf5e975da50107 /PKGBUILD
parentdfad8f21d981d8e0dcc069245379d3d6e1e00100 (diff)
downloadaur-ae68374fd6e6fbce2fd5c0560771462249a88d71.tar.gz
upgpkg: nodejs-google-clasp 1.3.2-1
Warning about binary renaming on .install was considered "dubious value" after review on freenode.#archilinux-aur. Upgrade package and Remove .install in favor of pinned comment.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b01ab4e14b7..c7310f67dff8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_npmname='@google/clasp'
pkgname="nodejs-google-clasp"
-pkgver=1.3.0
+pkgver=1.3.2
pkgrel=1
pkgdesc='Develop Apps Script Projects locally'
arch=('any')
@@ -11,10 +11,9 @@ license=('Apache')
depends=('nodejs')
makedepends=('npm')
optdepends=('typescript: autocompletion and linting')
-install="$pkgname".install
source=("https://registry.npmjs.org/$_npmname/-/${_npmname##*/}-$pkgver.tgz")
noextract=("${_npmname##*/}-$pkgver.tgz")
-sha256sums=('fba6d7b54dd0cb1b3282693a4d920db2a8cb14b8b3d0ea7e14ef61f5cddaae92')
+sha256sums=('5e4745538956d61d953a50df760117326eb0f129e1b63956b667b1b28e8a4146')
package() {
cd $srcdir