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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sat Jul 20 14:19:05 UTC 2013


    Date: Saturday, July 20, 2013 @ 16:19:05
  Author: bpiotrowski
Revision: 94323

upgpkg: v8 3.19.18.4-1

- upstream release

Modified:
  v8/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-20 09:26:43 UTC (rev 94322)
+++ PKGBUILD	2013-07-20 14:19:05 UTC (rev 94323)
@@ -1,9 +1,10 @@
 # $Id$
-# Maintainer: Kaiting Chen <kaitocracy at gmail.com>
+# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
 # Contributor: tocer <tocer.deng at gmail.com>
 
 pkgname=v8
-pkgver=3.19.0
+pkgver=3.19.18.4
 pkgrel=1
 pkgdesc='Fast and modern Javascript engine'
 arch=('i686' 'x86_64')
@@ -12,7 +13,7 @@
 depends=('gcc-libs' 'readline')
 makedepends=('subversion' 'python2')
 source=(http://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.bz2)
-sha256sums=('35af5629792e958968eacc94daef3ad358b6ed7126875db6138664f51c061368')
+sha256sums=('10d7a51ed2769b1c2a6311a30ed1967d0a1da3f522c90b9c00f25fbe0b1aba02')
 
 [[ "$CARCH" = 'i686' ]]   && ARCH=ia32
 [[ "$CARCH" = 'x86_64' ]] && ARCH=x64
@@ -20,10 +21,8 @@
 prepare() {
   cd $pkgname-$pkgver
 
-  # Fetch gyp
   make dependencies
 
-  # The world isn't ready for python3
   export PYTHON=python2
   find build/ test/ tools/ src/ -type f \
     -exec sed -e 's_^#!/usr/bin/env python$_&2_' \




More information about the arch-commits mailing list