summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMicha Alt2016-04-04 19:24:53 +0200
committerMicha Alt2016-04-04 19:24:53 +0200
commit19d96f270a5a06bcce10c85cc7af9d4e0101ac0c (patch)
tree55bd8130db2c8dd7e71020496b9f2d0a3e40fcd7 /PKGBUILD
parent74b4e5bf0daca1528b00b44549693e197a5497b0 (diff)
downloadaur-19d96f270a5a06bcce10c85cc7af9d4e0101ac0c.tar.gz
upgpkg: nodejs-brunch 2.6.1-1
upstream release Brunch 2.6.1 (Apr 2, 2016) * Non-JS files can now output JS modules. - You are now able to import stylesheets from Sass, Less, CSS in JS. - For this to work, don't forget to enable proper config option for each plugin. * Added experimental support for entryPoints, a smarter alternative to joinTo: - joinTo concatenates all files that match the pattern into one - entryPoints allow you to specify first input file. Then Brunch automatically calculates which modules and dependencies will be used in the output. This way, unused files would not get compiled. * Add support for BRUNCH_JOBS environment variable to be able to specify number of jobs to process your build. * Fixed an issue when Brunch was forking processes even if -j flag was not passed which caused some extreme CPU and memory issues. * Deprecated onCompile config option in favor of new hooks.onCompile.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4f20c696258..e4916042719f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_npmname=brunch
pkgname=nodejs-$_npmname
-pkgver=2.5.3
+pkgver=2.6.1
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=('50a51fc4389ba04d5b930a0711a9603b9bf28f60'
+sha1sums=('107944c0654b4f25e0f69ee219d87d132a0f6bf4'
'33743a055a6ce2165bde37eebca24f3c05ad9583')
package() {