summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pompili2020-01-13 13:57:17 +0100
committerMarco Pompili2020-01-13 13:57:17 +0100
commit36fcf4a94e82e59883c0591c11c80f4204c090b2 (patch)
tree9179d3a06e362e28e79aa57ba3847dca73337308
parent29bfb76fac11c65f03364c8f888ffb5ff4a691c7 (diff)
downloadaur-36fcf4a94e82e59883c0591c11c80f4204c090b2.tar.gz
Version 7.9.317.32-1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0183b4f39f7a..d6a77cbd9117 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = v8
pkgdesc = Fast and modern Javascript engine used in Google Chrome.
- pkgver = 7.8.279.23
+ pkgver = 7.9.317.32
pkgrel = 1
url = https://v8.dev
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 32db42213edf..1247fea68a82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: David Flemström <david.flemstrom@gmail.com>
pkgname=v8
-pkgver=7.8.279.23
+pkgver=7.9.317.32
pkgrel=1
pkgdesc="Fast and modern Javascript engine used in Google Chrome."
arch=('i686' 'x86_64')
@@ -160,7 +160,6 @@ check()
cd v8
msg2 "Testing, this will also take a while..."
tools/run-tests.py --outdir=out.gn \
- --buildbot \
--arch=$V8_ARCH \
--mode=Release \
--quickcheck --report \