mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/v8 => 3.14
This commit is contained in:
parent
07835958a6
commit
534f75bd0f
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
# Contributor: WarheadsSE <max@warheads.net>
|
||||
|
||||
pkgname=v8
|
||||
pkgver=3.13.7
|
||||
pkgver=3.14.0
|
||||
pkgrel=1
|
||||
plugrel=1
|
||||
pkgdesc='A fast and modern javascript engine'
|
||||
|
@ -14,7 +14,7 @@ license=('BSD')
|
|||
depends=('gcc-libs')
|
||||
makedepends=('subversion' 'python2')
|
||||
source=('v8.common.gypi.patch')
|
||||
md5sums=('f862f79a4379752d694c19816aa14514')
|
||||
md5sums=('8051d31df84530df64752dafad9833b0')
|
||||
|
||||
build() {
|
||||
_source="http://v8.googlecode.com/svn/tags/${pkgver}"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
[ 'v8_use_arm_eabi_hardfloat=="true"', {
|
||||
'defines': [
|
||||
'USE_EABI_HARDFLOAT=1',
|
||||
- 'CAN_USE_VFP_INSTRUCTIONS',
|
||||
- 'CAN_USE_VFP2_INSTRUCTIONS',
|
||||
],
|
||||
'target_conditions': [
|
||||
['_toolset=="target"', {
|
||||
|
|
Loading…
Reference in a new issue