summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMicha Alt2016-05-24 09:52:16 +0200
committerMicha Alt2016-05-24 09:52:16 +0200
commitec7942cca631982ab307d0dbf9bda1f9889d6e25 (patch)
tree5b94e0d8393b8ed4b1d872cb50da12b84aeaa045
parentf7824de94c20bce251c64389562a1ff2a0e81cc7 (diff)
downloadaur-ec7942cca631982ab307d0dbf9bda1f9889d6e25.tar.gz
upgpkg: nodejs-brunch 2.8.0-1
upstream release Brunch 2.8 (May 21, 2016) * Added plugin API for asset compilation e.g. jade to html. * Watcher improvements: * Brunch will not try to npm install if only the config was changed. * NPM: improved handling of added & removed files during watch. Adding a new file will now try to re-check files that previously failed due to module resolution errors. Removing a file will now cause the files that depended on it to be re-checked. * Fixed a memory leak issue after watcher reload (due to config change or update in package.json). * Small API improvements: * Changed back to destinationPath (intsead of destPath since 2.6) in Asset that is received in onCompile * Moved config.plugins.npm to config.npm.compilers * Print a warning if a plugin from devDependencies fails to load. * NPM: require.alias will now be inserted only in the bundles which contain the aliased file. Previous behavior was that all output file contained all possible aliases.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06f6354c7ee3..d7c28329dce7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Sun May 8 09:40:45 UTC 2016
+# Tue May 24 07:52:16 UTC 2016
pkgbase = nodejs-brunch
pkgdesc = A lightweight approach to building HTML5 applications with emphasis on elegance and simplicity.
- pkgver = 2.7.7
+ pkgver = 2.8.0
pkgrel = 1
url = http://brunch.io/
arch = any
license = MIT
makedepends = npm
depends = nodejs
- noextract = brunch-2.7.7.tgz
- source = http://registry.npmjs.org/brunch/-/brunch-2.7.7.tgz
+ noextract = brunch-2.8.0.tgz
+ source = http://registry.npmjs.org/brunch/-/brunch-2.8.0.tgz
source = LICENSE
- sha1sums = 34831e8f0f12d466a7002edf3dd778f524ec2208
+ sha1sums = 34761851ffa236907552b68df2730acc03698fc3
sha1sums = 33743a055a6ce2165bde37eebca24f3c05ad9583
pkgname = nodejs-brunch
diff --git a/PKGBUILD b/PKGBUILD
index 5e3a5b15bce6..ca1042763a7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_npmname=brunch
pkgname=nodejs-$_npmname
-pkgver=2.7.7
+pkgver=2.8.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=('34831e8f0f12d466a7002edf3dd778f524ec2208'
+sha1sums=('34761851ffa236907552b68df2730acc03698fc3'
'33743a055a6ce2165bde37eebca24f3c05ad9583')
package() {