summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 862177aa387c..5b09b38b2fb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Dec 17 19:59:26 UTC 2015
+# Wed Dec 23 09:42:34 UTC 2015
pkgbase = nodejs-brunch
pkgdesc = A lightweight approach to building HTML5 applications with emphasis on elegance and simplicity.
pkgver = 2.0.4
- pkgrel = 1
+ pkgrel = 2
url = http://brunch.io/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 3cadb1ff746f..762c51148230 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_npmname=brunch
pkgname=nodejs-$_npmname
pkgver=2.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="A lightweight approach to building HTML5 applications with emphasis on elegance and simplicity."
arch=('any')
url="http://brunch.io/"
@@ -26,4 +26,5 @@ package() {
mkdir -p "$_npmdir"
cd "$_npmdir"
npm install --user root -g --prefix "$pkgdir/usr" $_npmname@$pkgver
+ rm -r "$pkgdir"/usr/etc
}