summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072019-04-30 19:36:46 +0200
committersL1pKn072019-04-30 19:36:46 +0200
commit8adf3225221b9740a24e57300ce0daf3e2f76a7c (patch)
tree14b36062d5d8e20a8d74703706e94bae8b23022a /PKGBUILD
parent3ab6b8a4e71d2b4fbfde061cc13be6df678c758b (diff)
downloadaur-8adf3225221b9740a24e57300ce0daf3e2f76a7c.tar.gz
Update to 75.0.3770.15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90b14a12d0f0..fe8ab5c5aadb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ _use_wayland=0 # Build Wayland NOTE: extremely experimental and don't
## -- Package and components information -- ##
##############################################
pkgname=chromium-dev
-pkgver=75.0.3766.2
+pkgver=75.0.3770.15
pkgrel=1
pkgdesc="The open-source project behind Google Chrome (Dev Channel)"
arch=('x86_64')
@@ -84,9 +84,10 @@ source=(
'enable-vaapi.patch' # Use Saikrishna Arcot patch again :https://raw.githubusercontent.com/saiarcot895/chromium-ubuntu-build/4d40b58013b518373b2544d486d3de40796edd36/debian/patches/enable_vaapi_on_linux_2.diff'
'https://raw.githubusercontent.com/chromium/crashpad/master/third_party/lss/BUILD.gn'
'https://raw.githubusercontent.com/chromium/crashpad/master/third_party/lss/lss.h'
- # Patch from crbug (chromium bugtracker) or Arch chromium package.
+ # Patch from crbug.com (chromium bugtracker), chromium-review.googlesource.com or Arch chromium package.
'chromium-widevine-r4.patch::https://git.archlinux.org/svntogit/packages.git/plain/trunk/chromium-widevine.patch?h=packages/chromium'
'chromium-skia-harmony.patch::https://git.archlinux.org/svntogit/packages.git/plain/trunk/chromium-skia-harmony.patch?h=packages/chromium'
+ 'libstdcpp.patch.base64::https://chromium-review.googlesource.com/changes/chromium%2Fsrc~1584292/revisions/2/patch?download'
)
sha256sums=(
#"$(curl -sL https://gsdview.appspot.com/chromium-browser-official/chromium-${pkgver}.tar.xz.hashes | grep sha256 | cut -d ' ' -f3)"
@@ -102,6 +103,7 @@ sha256sums=(
# Patch from crbug (chromium bugtracker) or Arch chromium package
'd081f2ef8793544685aad35dea75a7e6264a2cb987ff3541e6377f4a3650a28b'
'5887f78b55c4ecbbcba5930f3f0bb7bc0117c2a41c2f761805fcf7f46f1ca2b3'
+ 'd40e7a5dd5eccdcfa40259c5b4994b8e2aecb8090e070e51ca453446457a167b'
)
install=chromium-dev.install
@@ -498,6 +500,9 @@ prepare() {
# https://crbug.com/473866.
patch -p1 -i "${srcdir}/chromium-widevine-r4.patch"
+ # https://chromium-review.googlesource.com/c/chromium/src/+/1584292
+ base64 -d ${srcdir}/libstdcpp.patch.base64 | patch -p1 -i -
+
# Setup nodejs dependency.
mkdir -p third_party/node/linux/node-linux-x64/bin/
ln -sf /usr/bin/node third_party/node/linux/node-linux-x64/bin/node