From 4de1f7cfdca3531b7324f72b2f109384b2a3a856 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 9 Apr 2012 00:01:09 +0000 Subject: Mon Apr 9 00:01:09 UTC 2012 --- community/v8/PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'community/v8/PKGBUILD') 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 # Contributor: tocer 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 } -- cgit v1.2.3-54-g00ecf