summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--LICENSE24
-rw-r--r--PKGBUILD6
3 files changed, 16 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7c28329dce7..6ad9bbbf0625 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
# Generated by mksrcinfo v8
-# Tue May 24 07:52:16 UTC 2016
+# Tue Jun 21 07:02:37 UTC 2016
pkgbase = nodejs-brunch
pkgdesc = A lightweight approach to building HTML5 applications with emphasis on elegance and simplicity.
- pkgver = 2.8.0
+ pkgver = 2.8.2
pkgrel = 1
url = http://brunch.io/
arch = any
license = MIT
makedepends = npm
depends = nodejs
- noextract = brunch-2.8.0.tgz
- source = http://registry.npmjs.org/brunch/-/brunch-2.8.0.tgz
+ noextract = brunch-2.8.2.tgz
+ source = http://registry.npmjs.org/brunch/-/brunch-2.8.2.tgz
source = LICENSE
- sha1sums = 34761851ffa236907552b68df2730acc03698fc3
- sha1sums = 33743a055a6ce2165bde37eebca24f3c05ad9583
+ sha1sums = a79983cbec22ba17af4fb91e70907b8748bead8e
+ sha1sums = f77cebcadce4e7669b28a8f7dd9b002fdfe43299
pkgname = nodejs-brunch
diff --git a/LICENSE b/LICENSE
index 8eb06f22f795..5a86b02c94b6 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,20 +1,10 @@
-Copyright (c) 2011-2016 Allan Berger, Jan Monschke, Martin Schürrer,
-Thomas Schranz, Nik Graf, Paul Miller, Elan Shanker
+Brunch is released under the MIT License.
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
+Copyright (c) 2011-2016 Paul Miller, Elan Shanker, Nik Graf, Thomas Schranz, Allan Berger, Jan Monschke, Martin Schürrer
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
diff --git a/PKGBUILD b/PKGBUILD
index ca1042763a7f..fc3ab6a22fe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_npmname=brunch
pkgname=nodejs-$_npmname
-pkgver=2.8.0
+pkgver=2.8.2
pkgrel=1
pkgdesc="A lightweight approach to building HTML5 applications with emphasis on elegance and simplicity."
arch=('any')
@@ -15,8 +15,8 @@ optdepends=()
source=(http://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz
'LICENSE')
noextract=($_npmname-$pkgver.tgz)
-sha1sums=('34761851ffa236907552b68df2730acc03698fc3'
- '33743a055a6ce2165bde37eebca24f3c05ad9583')
+sha1sums=('a79983cbec22ba17af4fb91e70907b8748bead8e'
+ 'f77cebcadce4e7669b28a8f7dd9b002fdfe43299')
package() {
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"