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

Anatol Pomozov anatolik at archlinux.org
Wed Aug 20 18:12:00 UTC 2014


    Date: Wednesday, August 20, 2014 @ 20:12:00
  Author: anatolik
Revision: 117671

upgpkg: v8 3.26.31.15-1

Modified:
  v8/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-20 18:08:32 UTC (rev 117670)
+++ PKGBUILD	2014-08-20 18:12:00 UTC (rev 117671)
@@ -6,7 +6,7 @@
 
 pkgname=v8
 # use http://omahaproxy.appspot.com/ to find stable v8 version
-pkgver=3.25.28.16
+pkgver=3.26.31.15
 pkgrel=1
 pkgdesc='Fast and modern Javascript engine'
 arch=(i686 x86_64)
@@ -15,9 +15,9 @@
 depends=(readline icu)
 makedepends=(subversion python2)
 # unfortunately https://github.com/$pkgname/$pkgname does not contain all tags
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.bz2
+source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver-lite.tar.bz2
         v8.pc)
-sha256sums=('0bc398066499fb8d927bdd9af0fc253da4d9a9b21253c8f8eaa9ef72a9e15d96'
+sha256sums=('9d1fdcf0fa15c68056193a3f0e7286761fe4ffdb6a78dc5d16fa61c3097f3e63'
             '2b054309df9af9fb2e3e14527e88360b44745649b4866e592fb357ac90935f5d')
 
 [[ "$CARCH" = 'i686' ]]   && ARCH=ia32
@@ -27,8 +27,8 @@
   cd v8-$pkgver
 
   # we do not need icu sources, just one icu.gyp
-  sed -e 's|\bthird_party/icu --revision |--depth=files third_party/icu --revision |' -i Makefile
-  make dependencies
+#  sed -e 's|\bthird_party/icu --revision |--depth=files third_party/icu --revision |' -i Makefile
+#  make dependencies
 
   find build/ test/ tools/ src/ -type f -exec \
     sed -e 's_^#!/usr/bin/env python$_&2_' \




More information about the arch-commits mailing list