summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-09-04 01:23:32 +0200
committersL1pKn072020-09-04 01:23:32 +0200
commit7ac55a1da57b3228ecddda9259260bc72072870c (patch)
tree8011af81a46c6e0842a392c8dc82715b371d0a48
parent4b262875c279f77ea1efc2a51ffd48a0d70fc787 (diff)
downloadaur-7ac55a1da57b3228ecddda9259260bc72072870c.tar.gz
Update to 87.0.4252.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a33f3adda98c..e7b399afaea2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chromium-dev
pkgdesc = The open-source project behind Google Chrome (Dev Channel)
- pkgver = 86.0.4238.0
+ pkgver = 87.0.4252.0
pkgrel = 1
url = http://www.chromium.org
install = chromium-dev.install
@@ -38,11 +38,11 @@ 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-86.0.4238.0.tar.xz
+ source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-87.0.4252.0.tar.xz
source = git+https://github.com/foutrelis/chromium-launcher.git
source = chromium-dev.svg
source = chromium-skia-harmony-r2.patch::https://git.archlinux.org/svntogit/packages.git/plain/trunk/chromium-skia-harmony.patch?h=packages/chromium
- sha256sums = 91c8c50dc0968269b33fcaa6eb2b77b9e282345bc5215411ba280254fa21d29b
+ sha256sums = 5ea43fa7c79061f8fa5ce9f9f1e1776f1e639dad8fdfdd613af00f136dd3b4d3
sha256sums = SKIP
sha256sums = dd2b5c4191e468972b5ea8ddb4fa2e2fa3c2c94c79fc06645d0efc0e63ce7ee1
sha256sums = 771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1
diff --git a/PKGBUILD b/PKGBUILD
index cc8f2441df94..b382bd08d590 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=86.0.4238.0
+pkgver=87.0.4252.0
pkgrel=1
pkgdesc="The open-source project behind Google Chrome (Dev Channel)"
arch=('x86_64')
@@ -305,6 +305,7 @@ _keeplibs=(
'third_party/unrar'
'third_party/usrsctp'
'third_party/vulkan'
+ 'third_party/wayland'
'third_party/web-animations-js'
'third_party/webdriver'
'third_party/webrtc'
@@ -344,7 +345,6 @@ _keeplibs+=(
if [ "${_use_wayland}" = "1" ]; then
_keeplibs+=(
'third_party/minigbm'
- 'third_party/wayland'
)
fi
@@ -356,7 +356,6 @@ _flags=(
'is_official_build=false'
'is_component_build=true'
'enable_widevine=true'
- 'enable_js_type=true'
'enable_hangout_services_extension=true'
"ffmpeg_branding=\"ChromeOS\""
'proprietary_codecs=true'