summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-03-14 14:38:09 +0100
committersL1pKn072020-03-14 14:38:09 +0100
commit1686a413b6005359e8052e3f06404d441765b33a (patch)
treeab7dd5fee7adc32a850e05fb9b2612fda2459783
parentf8602d3e964245eac610605432ac3fcb3ca38624 (diff)
downloadaur-1686a413b6005359e8052e3f06404d441765b33a.tar.gz
Update to 82.0.4083.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cab0f88bf669..91389f0455dd 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.4077.0
+ pkgver = 82.0.4083.0
pkgrel = 1
url = http://www.chromium.org
install = chromium-dev.install
@@ -36,12 +36,12 @@ pkgbase = chromium-dev
optdepends = kdialog: Needed for file dialogs in KF5
optdepends = kwalletmanager: Needed for storing passwords in KWallet5
optdepends = ttf-font: For some typography
- source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-82.0.4077.0.tar.xz
+ source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-82.0.4083.0.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 = 84c7c86381b219d432c59485ef153b8348bdc07c65ff799c22380ca80af8d027
+ sha256sums = f6ac46af913bf7c5fb080d5a53b14950bba24a4c957303658c078957b3380068
sha256sums = SKIP
sha256sums = dd2b5c4191e468972b5ea8ddb4fa2e2fa3c2c94c79fc06645d0efc0e63ce7ee1
sha256sums = 1b93388254c9d780365e4639d494bfa337a7924426c12f7362a1f7e8e7fad014
diff --git a/PKGBUILD b/PKGBUILD
index ec0281102e7e..45e6dfedffa6 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.4077.0
+pkgver=82.0.4083.0
pkgrel=1
pkgdesc="The open-source project behind Google Chrome (Dev Channel)"
arch=('x86_64')
@@ -446,7 +446,9 @@ prepare() {
# Py3toniced.
sed 's|iteritems|items|g' \
- -i build/linux/unbundle/remove_bundled_libraries.py \
+ -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."