summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072017-01-28 11:19:53 +0100
committersL1pKn072017-01-28 11:19:53 +0100
commitbe9fb6dfc1a15d14e0c0c139cbf52edf7d042245 (patch)
tree10292cc64e6a3b32db2a4c7559ff99580c31d3ea
parent2c2873c76c487ec6953fd43764758b071f2d5c36 (diff)
downloadaur-be9fb6dfc1a15d14e0c0c139cbf52edf7d042245.tar.gz
Update to 57.0.2987.8
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6da5ad9026d4..73e62b53f49f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 21 18:59:52 UTC 2017
+# Sat Jan 28 10:18:31 UTC 2017
pkgbase = chromium-dev
pkgdesc = The open-source project behind Google Chrome (Dev Channel)
- pkgver = 57.0.2986.0
+ pkgver = 57.0.2987.8
pkgrel = 1
url = http://www.chromium.org
install = chromium-dev.install
@@ -45,18 +45,18 @@ pkgbase = chromium-dev
optdepends = libexif: Need for read EXIF metadata
optdepends = ttf-font: For some typography
options = !strip
- source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-57.0.2986.0.tar.xz
+ source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-57.0.2987.8.tar.xz
source = chromium-launcher-3.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v3.tar.gz
source = chromium-dev.svg
source = BUILD.gn
source = https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-system-ffmpeg-r4.patch
- source = enable_vaapi_on_linux_57.0.2986.0.diff::https://raw.githubusercontent.com/saiarcot895/chromium-ubuntu-build/f02f22cdc0923ab18c44dc46dda0942e078b870d/debian/patches/enable_vaapi_on_linux.diff
- source = specify-max-resolution_57.0.2986.0.patch::https://raw.githubusercontent.com/saiarcot895/chromium-ubuntu-build/f02f22cdc0923ab18c44dc46dda0942e078b870d/debian/patches/specify-max-resolution.patch
- source = fix-gl-image_57.0.2986.0.patch::https://raw.githubusercontent.com/saiarcot895/chromium-ubuntu-build/f02f22cdc0923ab18c44dc46dda0942e078b870d/debian/patches/fix-gl-image.patch
+ source = enable_vaapi_on_linux_57.0.2987.8.diff::https://raw.githubusercontent.com/saiarcot895/chromium-ubuntu-build/f02f22cdc0923ab18c44dc46dda0942e078b870d/debian/patches/enable_vaapi_on_linux.diff
+ source = specify-max-resolution_57.0.2987.8.patch::https://raw.githubusercontent.com/saiarcot895/chromium-ubuntu-build/f02f22cdc0923ab18c44dc46dda0942e078b870d/debian/patches/specify-max-resolution.patch
+ source = fix-gl-image_57.0.2987.8.patch::https://raw.githubusercontent.com/saiarcot895/chromium-ubuntu-build/f02f22cdc0923ab18c44dc46dda0942e078b870d/debian/patches/fix-gl-image.patch
source = minizip.patch
source = chromium-widevine-r1.patch
source = fix_668446.diff
- sha256sums = 3d6db744a750c0bffeda6f00aa1d2fd27efa6e0a44354a5d6be5fa2414095897
+ sha256sums = 3fbdb631a03cf310ca7fab6783c0a2dabd02940330fdcb1a0bc3436bcca4ac36
sha256sums = 8b01fb4efe58146279858a754d90b49e5a38c9a0b36a1f84cbb7d12f92b84c28
sha256sums = dd2b5c4191e468972b5ea8ddb4fa2e2fa3c2c94c79fc06645d0efc0e63ce7ee1
sha256sums = c7d9974834fc3803b5f1a1d310ff391306964caaabc807a62f8e5c3d38526ee6
diff --git a/PKGBUILD b/PKGBUILD
index 1c11532e8cf0..7dc215e42005 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ _enable_vaapi=0 # Patch for VAAPI HW acceleration NOTE: don't work in some grap
## -- Package and components information -- ##
##############################################
pkgname=chromium-dev
-pkgver=57.0.2986.0
+pkgver=57.0.2987.8
_launcher_ver=3
pkgrel=1
pkgdesc="The open-source project behind Google Chrome (Dev Channel)"
@@ -409,14 +409,14 @@ prepare() {
patch -p1 -i "${srcdir}/minizip.patch"
- # https://crbug.com/668446
- patch -p0 -i "${srcdir}/fix_668446.diff"
-
# Patch from crbug (chromium bugtracker).
# https://crbug.com/473866
patch -p0 -i "${srcdir}/chromium-widevine-r1.patch"
sed 's|@WIDEVINE_VERSION@|The Cake Is a Lie|g' -i "third_party/widevine/cdm/stub/widevine_cdm_version.h"
+ # https://crbug.com/668446
+ patch -p0 -i "${srcdir}/fix_668446.diff"
+
# Try to fix libpng errors.
msg2 "Attempt for fix libpng errors"
for _path in 'chrome/app/theme' 'chrome/renderer' 'ui'; do