summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072020-03-14 14:38:09 +0100
committersL1pKn072020-03-14 14:38:09 +0100
commit1686a413b6005359e8052e3f06404d441765b33a (patch)
treeab7dd5fee7adc32a850e05fb9b2612fda2459783 /PKGBUILD
parentf8602d3e964245eac610605432ac3fcb3ca38624 (diff)
downloadaur-1686a413b6005359e8052e3f06404d441765b33a.tar.gz
Update to 82.0.4083.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
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."