mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/v8 fixes
This commit is contained in:
parent
7234a5ceb9
commit
3cbe63d3ef
1 changed files with 2 additions and 5 deletions
|
@ -12,11 +12,8 @@ url='http://code.google.com/p/v8'
|
|||
license=('BSD')
|
||||
depends=('gcc-libs')
|
||||
makedepends=('subversion' 'python2')
|
||||
source=('v8.common.gypi.patch'
|
||||
http://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.bz2)
|
||||
#md5sums=('8051d31df84530df64752dafad9833b0')
|
||||
sha256sums=('774afb77874c04c5890173f553c6f6da83b3b848e1e6286f2af453163733420a'
|
||||
'35af5629792e958968eacc94daef3ad358b6ed7126875db6138664f51c061368')
|
||||
source=(http://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.bz2)
|
||||
sha256sums=('35af5629792e958968eacc94daef3ad358b6ed7126875db6138664f51c061368')
|
||||
|
||||
prepare() {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue