summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMicha Alt2016-02-22 20:30:48 +0100
committerMicha Alt2016-02-22 20:30:48 +0100
commit42c1aa27691078b7b181cf47219da89b945e8ae2 (patch)
tree4a88b666b45fcd7d273683beb20ab2b9f4931664
parent4c891ad14b187cba007deecd5dfdac44dbd5ac93 (diff)
downloadaur-42c1aa27691078b7b181cf47219da89b945e8ae2.tar.gz
upgpkg: nodejs-brunch 2.4.0-1
upstream release Brunch 2.4.0 (Feb 22, 2016) * Brunch would now correctly include file-based aliases for NPM packages. For example, this means you would be able to load require('moment/locales/en') even though the file is not declared in moment's package.json. * You can now simply set config.modules = false to disable module wrapping. * Removed component.js support, which was barely supported since v2.0. * Added warning for versions of NPM <3, because Brunch does not work on those. * Improved error handling.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ec97f7c0f07..150e1155c24f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Fri Feb 19 10:07:28 UTC 2016
+# Mon Feb 22 19:30:48 UTC 2016
pkgbase = nodejs-brunch
pkgdesc = A lightweight approach to building HTML5 applications with emphasis on elegance and simplicity.
- pkgver = 2.3.2
+ pkgver = 2.4.0
pkgrel = 1
url = http://brunch.io/
arch = any
license = MIT
makedepends = npm
depends = nodejs
- noextract = brunch-2.3.2.tgz
- source = http://registry.npmjs.org/brunch/-/brunch-2.3.2.tgz
+ noextract = brunch-2.4.0.tgz
+ source = http://registry.npmjs.org/brunch/-/brunch-2.4.0.tgz
source = LICENSE
- sha1sums = 2b9dafe2fd2700e823bf23a4a05e4fac73266549
+ sha1sums = 106ad0ca5f003db52f2e3cbbfe1020e66fe90501
sha1sums = 33743a055a6ce2165bde37eebca24f3c05ad9583
pkgname = nodejs-brunch
diff --git a/PKGBUILD b/PKGBUILD
index a12d66e39f8d..7d4f8be8edf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_npmname=brunch
pkgname=nodejs-$_npmname
-pkgver=2.3.2
+pkgver=2.4.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=('2b9dafe2fd2700e823bf23a4a05e4fac73266549'
+sha1sums=('106ad0ca5f003db52f2e3cbbfe1020e66fe90501'
'33743a055a6ce2165bde37eebca24f3c05ad9583')
package() {