[arch-commits] Commit in meteorjs/trunk (PKGBUILD)

Massimiliano Torromeo mtorromeo at nymeria.archlinux.org
Fri Feb 22 11:21:39 UTC 2013


    Date: Friday, February 22, 2013 @ 12:21:39
  Author: mtorromeo
Revision: 84694

upgpkg: meteorjs 0.5.7-1

Updated meteorjs to version 0.5.7

Modified:
  meteorjs/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-22 10:50:21 UTC (rev 84693)
+++ PKGBUILD	2013-02-22 11:21:39 UTC (rev 84694)
@@ -4,7 +4,7 @@
 # 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 @@
 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 @@
 
     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




More information about the arch-commits mailing list