mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/v8 3.16.4.1
This commit is contained in:
parent
d1b246a64f
commit
d20e686112
1 changed files with 8 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
# Contributor: WarheadsSE <max@warheads.net>
|
||||
|
||||
pkgname=v8
|
||||
pkgver=3.14.0
|
||||
pkgver=3.16.4.1
|
||||
pkgrel=1
|
||||
plugrel=1
|
||||
pkgdesc='A fast and modern javascript engine'
|
||||
|
@ -13,12 +13,15 @@ url='http://code.google.com/p/v8'
|
|||
license=('BSD')
|
||||
depends=('gcc-libs')
|
||||
makedepends=('subversion' 'python2')
|
||||
source=('v8.common.gypi.patch')
|
||||
md5sums=('8051d31df84530df64752dafad9833b0')
|
||||
source=('v8.common.gypi.patch'
|
||||
http://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.bz2)
|
||||
#md5sums=('8051d31df84530df64752dafad9833b0')
|
||||
sha256sums=('774afb77874c04c5890173f553c6f6da83b3b848e1e6286f2af453163733420a'
|
||||
'74ab3bc11f6761e5108affcbe15bc673d2ecbe06aa38ea4b27d850321c0fdc2b')
|
||||
|
||||
build() {
|
||||
_source="http://v8.googlecode.com/svn/tags/${pkgver}"
|
||||
svn checkout "$_source" "${srcdir}/v8-${pkgver}"
|
||||
# _source="http://v8.googlecode.com/svn/tags/${pkgver}"
|
||||
# svn checkout "$_source" "${srcdir}/v8-${pkgver}"
|
||||
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue