summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMicha Alt2015-11-21 19:33:45 +0100
committerMicha Alt2015-11-21 19:33:45 +0100
commitbbde555a55824675c32420077f52251658bae4ea (patch)
tree1cca77bdcd0ef3445d1c6adf0accd228e5705a1a /PKGBUILD
parentca2c311103fa244efea9b5eafa5b7322cd6bfcb7 (diff)
downloadaur-bbde555a55824675c32420077f52251658bae4ea.tar.gz
upgpkg: nodejs-brunch 2.0.0-1
upstream release Changelog: - brunch new reworked and simplified: - brunch new . to create a new project in current directory from dead-simple skeleton - brunch new path to create the project in path - brunch new . --skeleton react to create the project from React skeleton - Now allowing to clone skeletons to dirs with .git directory. - General speed & stability improvements. - Rewritten in JavaScript. Now requires node 4.0 or higher. - Switched -p and -P. -p now specifies --production build and -P now specifies watch server port. - modules.autoRequire should now work correctly on Windows.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d834cfa2aad..fe241173a351 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_npmname=brunch
pkgname=nodejs-$_npmname
-pkgver=1.8.5
+pkgver=2.0.0
pkgrel=1
pkgdesc="A lightweight approach to building HTML5 applications with emphasis on elegance and simplicity."
arch=('any')
@@ -15,7 +15,7 @@ optdepends=()
source=(http://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz
'LICENSE')
noextract=($_npmname-$pkgver.tgz)
-sha1sums=('50e6536eee40159a3fa3b65c14e09bc83a47cc39'
+sha1sums=('964489591a0fcf9a2ac4fb58f9f68e9eb9b9d245'
'de1abc751d24ab2b3ee1dff74f86aeeaee3854b3')
package() {