summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-04-02 11:12:21 +0200
committersL1pKn072020-04-02 11:12:21 +0200
commitaae9399f9207d6d3cdf66596fdf7c201f02e6dda (patch)
tree4990ce7fb3f534eb2eb130af8134bc467c2d048f
parent0516355c881b0b059ecf0dae1b444902b248bd3a (diff)
downloadaur-aae9399f9207d6d3cdf66596fdf7c201f02e6dda.tar.gz
Update to 83.0.4100.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e7a4df5a789..20bee808da79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chromium-dev
pkgdesc = The open-source project behind Google Chrome (Dev Channel)
- pkgver = 82.0.4085.12
+ pkgver = 83.0.4100.3
pkgrel = 1
url = http://www.chromium.org
install = chromium-dev.install
@@ -9,13 +9,14 @@ pkgbase = chromium-dev
makedepends = gperf
makedepends = ninja
makedepends = python2-protobuf
+ makedepends = python2-setuptools
makedepends = python
makedepends = yasm
makedepends = nasm
makedepends = git
makedepends = hwids
makedepends = nodejs
- makedepends = gn-git
+ makedepends = gn-git<=r1734.82d673ac
depends = libxslt
depends = libxss
depends = nss
@@ -35,13 +36,14 @@ pkgbase = chromium-dev
optdepends = chromium-widevine: Widevine plugin (eg: Netflix)
optdepends = kdialog: Needed for file dialogs in KF5
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-82.0.4085.12.tar.xz
+ source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-83.0.4100.3.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 = b58641a9d49feaf1465ec3695f9cefbd51d3e193125510e45d2b645aa23816c0
+ sha256sums = de935646f509f31110c0c80353fb82178a8f6ff4fa39e07449f20bb3abdccde7
sha256sums = SKIP
sha256sums = dd2b5c4191e468972b5ea8ddb4fa2e2fa3c2c94c79fc06645d0efc0e63ce7ee1
sha256sums = 1b93388254c9d780365e4639d494bfa337a7924426c12f7362a1f7e8e7fad014
diff --git a/PKGBUILD b/PKGBUILD
index 17a4afbc54a9..103562a8d479 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=82.0.4085.12
+pkgver=83.0.4100.3
pkgrel=1
pkgdesc="The open-source project behind Google Chrome (Dev Channel)"
arch=('x86_64')
@@ -52,13 +52,14 @@ makedepends=(
'gperf'
'ninja'
'python2-protobuf'
+ 'python2-setuptools'
'python'
'yasm'
'nasm'
'git'
'hwids'
'nodejs'
- 'gn-git'
+ 'gn-git<=r1734.82d673ac'
)
optdepends=(
'pepper-flash: PPAPI Flash Player'
@@ -66,6 +67,7 @@ optdepends=(
#
'kdialog: Needed for file dialogs in KF5'
'kwalletmanager: Needed for storing passwords in KWallet5'
+ 'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
#
'ttf-font: For some typography'
)
@@ -260,6 +262,7 @@ _keeplibs=(
'third_party/re2'
'third_party/rnnoise'
'third_party/s2cellid'
+ 'third_party/schema_org'
'third_party/simplejson'
'third_party/shaderc'
'third_party/skia'
@@ -447,8 +450,6 @@ prepare() {
# Py3toniced.
sed 's|iteritems|items|g' \
-i build/linux/unbundle/remove_bundled_libraries.py
-# sed 's|iterkeys|keys|g' \
-# -i mojo/public/tools/bindings/validate_typemap_config.py
# Remove most bundled libraries. Some are still needed.
msg2 "Removing unnecessary components to save disk space."