summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-04-25 14:40:53 +0200
committersL1pKn072020-04-25 14:40:53 +0200
commit3337645716230917eb93e68f14525d8abbb27cfa (patch)
tree09b2d285f7150b8866b5a7a6a94030b71fad18eb
parentb597496050841f9e75b89c1b029ddc9407acf02e (diff)
downloadaur-3337645716230917eb93e68f14525d8abbb27cfa.tar.gz
Update to 84.0.4122.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e39ee958e1a0..09f447992cc5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chromium-dev
pkgdesc = The open-source project behind Google Chrome (Dev Channel)
- pkgver = 83.0.4103.7
+ pkgver = 84.0.4122.7
pkgrel = 1
url = http://www.chromium.org
install = chromium-dev.install
@@ -38,12 +38,12 @@ pkgbase = chromium-dev
optdepends = kwalletmanager: Needed for storing passwords in KWallet5
optdepends = org.freedesktop.secrets: password storage backend on GNOME / Xfce
optdepends = ttf-font: For some typography
- source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-83.0.4103.7.tar.xz
+ source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-84.0.4122.7.tar.xz
source = git+https://github.com/foutrelis/chromium-launcher.git
source = chromium-dev.svg
source = fix_vaapi_wayland.patch::https://patch-diff.githubusercontent.com/raw/Igalia/chromium/pull/517.patch
source = chromium-skia-harmony-r2.patch::https://git.archlinux.org/svntogit/packages.git/plain/trunk/chromium-skia-harmony.patch?h=packages/chromium
- sha256sums = e415c0463c96e46d3fa593874bcdda6f9ad6a30f3197d4e2ac2c5b73530d6210
+ sha256sums = 6de5aa3a8d8a3dab93c80b404e63244648923eed3ea168b358fcabb17429fdc9
sha256sums = SKIP
sha256sums = dd2b5c4191e468972b5ea8ddb4fa2e2fa3c2c94c79fc06645d0efc0e63ce7ee1
sha256sums = 1b93388254c9d780365e4639d494bfa337a7924426c12f7362a1f7e8e7fad014
diff --git a/PKGBUILD b/PKGBUILD
index ea4613267caa..41898ca9f114 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=83.0.4103.7
+pkgver=84.0.4122.7
pkgrel=1
pkgdesc="The open-source project behind Google Chrome (Dev Channel)"
arch=('x86_64')
@@ -147,6 +147,7 @@ _keeplibs=(
'third_party/angle/third_party/vulkan-loader'
'third_party/angle/third_party/vulkan-tools'
'third_party/angle/third_party/vulkan-validation-layers'
+ 'third_party/angle/third_party/VulkanMemoryAllocator'
'third_party/apple_apsl'
'third_party/axe-core'
'third_party/blink'
@@ -215,6 +216,7 @@ _keeplibs=(
'third_party/libaom'
'third_party/libaom/source/libaom/third_party/vector'
'third_party/libaom/source/libaom/third_party/x86inc'
+ 'third_party/libavif'
'third_party/libgifcodec'
'third_party/libjingle'
'third_party/libphonenumber'
@@ -238,6 +240,7 @@ _keeplibs=(
'third_party/node/node_modules/polymer-bundler/lib/third_party/UglifyJS2'
'third_party/one_euro_filter'
'third_party/openscreen'
+ 'third_party/openscreen/src/third_party/mozilla'
'third_party/openscreen/src/third_party/tinycbor/src/src'
'third_party/ots'
'third_party/pdfium'
@@ -288,7 +291,7 @@ _keeplibs=(
'third_party/web-animations-js'
'third_party/webdriver'
'third_party/webrtc'
- 'third_party/webrtc/common_audio/third_party/fft4g'
+ 'third_party/webrtc/common_audio/third_party/ooura'
'third_party/webrtc/common_audio/third_party/spl_sqrt_floor'
'third_party/webrtc/modules/third_party/fft'
'third_party/webrtc/modules/third_party/g711'