summaryrefslogtreecommitdiff
path: root/community/v8
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-09 00:01:09 +0000
committerroot <root@rshg054.dnsready.net>2012-04-09 00:01:09 +0000
commit4de1f7cfdca3531b7324f72b2f109384b2a3a856 (patch)
tree7fe243e8ad2bfcbaa4027aca963474964800c387 /community/v8
parent5eb91336815b8ce54fbdb828555166b348738c49 (diff)
Mon Apr 9 00:01:09 UTC 2012
Diffstat (limited to 'community/v8')
-rw-r--r--community/v8/PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/community/v8/PKGBUILD b/community/v8/PKGBUILD
index 02cee4ebd..ee8a50969 100644
--- a/community/v8/PKGBUILD
+++ b/community/v8/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 62986 2012-01-30 06:42:07Z tdziedzic $
+# $Id: PKGBUILD 69009 2012-04-07 21:25:28Z kchen $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: tocer <tocer.deng@gmail.com>
pkgname=v8
-pkgver=3.6.6.20
+pkgver=3.9.9
pkgrel=1
pkgdesc='A fast and modern javascript engine'
arch=('i686' 'x86_64')
@@ -31,8 +31,6 @@ build() {
install -Dm755 d8 "${pkgdir}/usr/bin/d8"
install -Dm755 libv8.so "${pkgdir}/usr/lib/libv8.so"
- # install license
install -d ${pkgdir}/usr/share/licenses/v8
- install -m644 LICENSE* \
- ${pkgdir}/usr/share/licenses/v8
+ install -m644 LICENSE* ${pkgdir}/usr/share/licenses/v8
}