mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/v8 to 3.26.31.15-1
This commit is contained in:
parent
b49b1644ef
commit
9eb1c0dd75
1 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,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)
|
||||
|
@ -18,9 +18,9 @@ license=(BSD)
|
|||
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
|
||||
|
@ -33,8 +33,8 @@ prepare() {
|
|||
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_' \
|
||||
|
|
Loading…
Reference in a new issue