summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrafasc2018-06-12 20:23:24 +0100
committerrafasc2018-06-12 20:23:24 +0100
commitae68374fd6e6fbce2fd5c0560771462249a88d71 (patch)
tree577a36b8b984a642ab2f01e273cf5e975da50107
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.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
-rw-r--r--nodejs-google-clasp.install17
3 files changed, 6 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58be68f1922d..8cc6ec5b2fae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = nodejs-google-clasp
pkgdesc = Develop Apps Script Projects locally
- pkgver = 1.3.0
+ pkgver = 1.3.2
pkgrel = 1
url = https://github.com/google/clasp
- install = nodejs-google-clasp.install
arch = any
license = Apache
makedepends = npm
depends = nodejs
optdepends = typescript: autocompletion and linting
- noextract = clasp-1.3.0.tgz
- source = https://registry.npmjs.org/@google/clasp/-/clasp-1.3.0.tgz
- sha256sums = fba6d7b54dd0cb1b3282693a4d920db2a8cb14b8b3d0ea7e14ef61f5cddaae92
+ noextract = clasp-1.3.2.tgz
+ source = https://registry.npmjs.org/@google/clasp/-/clasp-1.3.2.tgz
+ sha256sums = 5e4745538956d61d953a50df760117326eb0f129e1b63956b667b1b28e8a4146
pkgname = nodejs-google-clasp
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
diff --git a/nodejs-google-clasp.install b/nodejs-google-clasp.install
deleted file mode 100644
index a2e20cf5cede..000000000000
--- a/nodejs-google-clasp.install
+++ /dev/null
@@ -1,17 +0,0 @@
-# Colored makepkg-like functions
-note() {
- printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
-}
-
-all_off="$(tput sgr0)"
-bold="${all_off}$(tput bold)"
-blue="${bold}$(tput setaf 4)"
-yellow="${bold}$(tput setaf 3)"
-
-post_install() {
- note "The command is called: 'gclasp'"
-}
-
-post_upgrade() {
- post_install
-}