summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMicha Alt2016-04-04 19:24:53 +0200
committerMicha Alt2016-04-04 19:24:53 +0200
commit19d96f270a5a06bcce10c85cc7af9d4e0101ac0c (patch)
tree55bd8130db2c8dd7e71020496b9f2d0a3e40fcd7
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.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39fa51cc8b41..94e7f881a2ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Thu Mar 24 21:32:08 UTC 2016
+# Mon Apr 4 17:24:53 UTC 2016
pkgbase = nodejs-brunch
pkgdesc = A lightweight approach to building HTML5 applications with emphasis on elegance and simplicity.
- pkgver = 2.5.3
+ pkgver = 2.6.1
pkgrel = 1
url = http://brunch.io/
arch = any
license = MIT
makedepends = npm
depends = nodejs
- noextract = brunch-2.5.3.tgz
- source = http://registry.npmjs.org/brunch/-/brunch-2.5.3.tgz
+ noextract = brunch-2.6.1.tgz
+ source = http://registry.npmjs.org/brunch/-/brunch-2.6.1.tgz
source = LICENSE
- sha1sums = 50a51fc4389ba04d5b930a0711a9603b9bf28f60
+ sha1sums = 107944c0654b4f25e0f69ee219d87d132a0f6bf4
sha1sums = 33743a055a6ce2165bde37eebca24f3c05ad9583
pkgname = nodejs-brunch
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() {