summaryrefslogtreecommitdiff
path: root/community/meteorjs
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-23 00:05:19 -0800
committerroot <root@rshg054.dnsready.net>2013-02-23 00:05:19 -0800
commitc8c918cb8c810e3300e5165f9af7ca8ab9650a59 (patch)
tree319544cd588357463dc03a0e2863c84748c0981c /community/meteorjs
parent0ab7960ba6a457b7dd3ed5ede0cdb93e816d29a4 (diff)
Sat Feb 23 00:05:17 PST 2013
Diffstat (limited to 'community/meteorjs')
-rw-r--r--community/meteorjs/PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/community/meteorjs/PKGBUILD b/community/meteorjs/PKGBUILD
index b514b39f3..b64b79f01 100644
--- a/community/meteorjs/PKGBUILD
+++ b/community/meteorjs/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 83547 2013-02-02 18:38:31Z mtorromeo $
+# $Id: PKGBUILD 84695 2013-02-22 11:25:02Z mtorromeo $
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
# Contributor: Parth Buch <parthbuch115 at gmail dot com>
# Contributor: Tom Vincent <http://tlvince.com/contact/>
pkgname=meteorjs
-pkgver=0.5.4
+pkgver=0.5.7
pkgrel=1
pkgdesc="Open-source platform for building top-quality web apps in a fraction of the time."
arch=('i686' 'x86_64')
@@ -13,14 +13,14 @@ license=('MIT')
depends=('nodejs' 'mongodb')
options=('!strip')
-sha256sums=('64dbdfd1788e3859f54bbe36e99ca60574e625c68d41b9bfc9384b253b345798'
+sha256sums=('dea74135489b89d7a7fdebb3966a05b2df41440bbdc31adce85e6b140aff8e23'
'a3ac659c52b652676da0530f2148025e0f8bfa84bccf63431c20eb72d3bc5cb7')
-if [ "$CARCH" == x86_64 ]; then
+if [ "$CARCH" = "x86_64" ]; then
_arch="amd64"
else
_arch="i386"
- sha256sums[0]='7a3c1eaa8588876ed8bec6bab20b0be99f7e36fce839b3d70b776018ca606f89'
+ sha256sums[0]='2a126beb5224e4063c8efc849e099d7bf302f062e76356f8f7662737bccd41b6'
fi
source=("http://d3sqy0vbqsdhku.cloudfront.net/meteor_$pkgver-1_$_arch.deb" meteor)
@@ -33,7 +33,9 @@ package() {
cd "$pkgdir/usr/lib/meteor"
rm -rf LICENSE.txt lib/node lib/dtrace lib/node_modules/npm share include \
- lib/node_modules/mongodb/node_modules/bson/build/Release/obj.target/bson.node
+ lib/node_modules/mongodb/node_modules/bson/build/Release/obj.target/bson.node \
+ lib/node_modules/websocket/build/Release/obj.target/xor.node \
+ lib/node_modules/websocket/build/Release/obj.target/validation.node
# mongodb links
rm -rf mongodb