summaryrefslogtreecommitdiff
path: root/community/v8/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-21 01:09:07 -0700
committerroot <root@rshg054.dnsready.net>2013-07-21 01:09:07 -0700
commit35742ff57b7b052dff497273e238578aa091407d (patch)
treea231804ef602873a57537a255455685512bd512f /community/v8/PKGBUILD
parent5dcf6953607ce10f7479bba20fae43fe6d814f2b (diff)
Sun Jul 21 01:08:40 PDT 2013
Diffstat (limited to 'community/v8/PKGBUILD')
-rw-r--r--community/v8/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/community/v8/PKGBUILD b/community/v8/PKGBUILD
index f84a6d362..8c1820d0b 100644
--- a/community/v8/PKGBUILD
+++ b/community/v8/PKGBUILD
@@ -1,9 +1,10 @@
-# $Id: PKGBUILD 90963 2013-05-16 17:56:17Z bpiotrowski $
-# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
+# $Id: PKGBUILD 94324 2013-07-20 14:19:20Z bpiotrowski $
+# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
+# Contributor: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: tocer <tocer.deng@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 @@ license=('BSD')
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 @@ sha256sums=('35af5629792e958968eacc94daef3ad358b6ed7126875db6138664f51c061368')
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_' \