summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f658a6129cd7..3de7f7a68142 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = v8-6.7-static
pkgdesc = Fast and modern Javascript engine used in Google Chrome.
pkgver = 6.7.288.46
- pkgrel = 1
+ pkgrel = 2
url = https://v8.dev
arch = i686
arch = x86_64
@@ -25,6 +25,7 @@ pkgbase = v8-6.7-static
conflicts = v8-3.20
conflicts = v8-static-gyp
conflicts = v8-static-gyp-5.4
+ options = staticlibs
source = depot_tools::git+https://chromium.googlesource.com/chromium/tools/depot_tools.git
source = v8.pc
source = v8_libbase.pc
diff --git a/PKGBUILD b/PKGBUILD
index 76df6da07a53..135d40434c8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=v8-6.7-static
pkgver=6.7.288.46
-pkgrel=1
+pkgrel=2
pkgdesc="Fast and modern Javascript engine used in Google Chrome."
arch=('i686' 'x86_64')
url="https://v8.dev"
@@ -17,6 +17,7 @@ depends=('readline' 'icu')
makedepends=('python2' 'python2-colorama' 'python2-pylint' 'python2-lazy-object-proxy' 'python2-singledispatch' 'python2-wrapt' 'ninja' 'git' 'wget')
provides=('v8')
conflicts=('v8' 'v8-6.8' 'v8-3.14' 'v8-3.15' 'v8-3.20' 'v8-static-gyp' 'v8-static-gyp-5.4')
+options=('staticlibs')
source=("depot_tools::git+https://chromium.googlesource.com/chromium/tools/depot_tools.git"
"v8.pc"
"v8_libbase.pc"