summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-16 22:34:48 +0200
committerGoliathLabs2020-05-16 22:34:48 +0200
commit893f201316a5d959adb7326fa3e79d55fd3cf9c7 (patch)
tree9e5003f586d3439383dd2d7a815ae9d013ed88d3
parentfd81a6287f07d54d42e1a783b6c1121bd924f69b (diff)
downloadaur-893f201316a5d959adb7326fa3e79d55fd3cf9c7.tar.gz
Updated: PKGBUILD
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17993c8ad184..5c728b0e8be8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = nodejs-grunt-cli
pkgdesc = The grunt command line interface.
- pkgver = 0.1.13
- pkgrel = 7
+ pkgver = 1.3.2
+ pkgrel = 1
url = http://gruntjs.com/
arch = any
license = MIT
depends = nodejs
depends = npm
- noextract = grunt-cli-0.1.13.tgz
+ noextract = grunt-cli-1.3.2.tgz
options = !emptydirs
- source = https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz
- sha256sums = e639404d7b66ae2821edabc681104a1f035910ff20a2e21d67329c2a7674a443
+ source = https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.3.2.tgz
+ sha256sums = 3b0a3c2aee71f1cb92984afd3fffa7882cbd40958825313946aa7f2938f67e93
pkgname = nodejs-grunt-cli
diff --git a/PKGBUILD b/PKGBUILD
index d60e727d642d..e589cc3d2314 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: Mario Finelli <mario dot finelli at yahoo dot com>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Mario Finelli <mario dot finelli at yahoo dot com>
# Contributor: Andy Weidenbaum <archbaum at gmail dot com>
# Contributor: Peter Wu <lekensteyn at gmail dot com>
_npmname=grunt-cli
pkgname=nodejs-$_npmname
-pkgver=0.1.13
-pkgrel=7
+pkgver=1.3.2
+pkgrel=1
pkgdesc="The grunt command line interface."
arch=('any')
url="http://gruntjs.com/"
@@ -13,7 +14,7 @@ license=('MIT')
depends=('nodejs' 'npm')
source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
noextract=($_npmname-$pkgver.tgz)
-sha256sums=('e639404d7b66ae2821edabc681104a1f035910ff20a2e21d67329c2a7674a443')
+sha256sums=('3b0a3c2aee71f1cb92984afd3fffa7882cbd40958825313946aa7f2938f67e93')
options=('!emptydirs')
package() {