summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMicha Alt2016-04-08 18:14:46 +0200
committerMicha Alt2016-04-08 18:14:46 +0200
commitea0de9cdf5f33b299c83211caccfb39dea1d9158 (patch)
tree25c225b2584d4d2a100b8fd29997b03d4731d5fe /PKGBUILD
parent2df53b9a6b8fab3111749bb54c47cfea3b87d1e7 (diff)
downloadaur-ea0de9cdf5f33b299c83211caccfb39dea1d9158.tar.gz
upgpkg: nodejs-brunch 2.6.5-1
upstream release Complete changelog since 2.6.0 * Fixed brokenness of some plugins like static-jade-brunch. * Fixes parent recompilation when a dependency changes. * Improved npm install behavior while Brunch is watching: * Make sure Brunch waits for it before proceeding. * Make it aware of production env flag for Heroku. * Small bugfix for dependency parser. Please enter the commit message for your changes. Lines starting
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9830980a525c..d2c4b079e5ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_npmname=brunch
pkgname=nodejs-$_npmname
-pkgver=2.6.4
+pkgver=2.6.5
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=('a00fe4fc5ccf9b0808dcdf4ca950210caed14bf2'
+sha1sums=('cce50fbf1cc63cab67758c4522ac0808459f527f'
'33743a055a6ce2165bde37eebca24f3c05ad9583')
package() {