summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072017-03-23 18:24:15 +0100
committersL1pKn072017-03-23 18:24:24 +0100
commit9789bd371c367eb87223d452303d7873e3bb1541 (patch)
tree0697db96f332083197054cf17bd4f4da18febc7e /PKGBUILD
parenteee2d3f006009a1cce7291c5da87a1640d0c7fb5 (diff)
downloadaur-9789bd371c367eb87223d452303d7873e3bb1541.tar.gz
Update to 59.0.3047.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 453af21db3c9..9e40a519b1a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ _enable_vaapi=0 # Patch for VAAPI HW acceleration NOTE: don't work in some grap
## -- Package and components information -- ##
##############################################
pkgname=chromium-dev
-pkgver=59.0.3043.0
+pkgver=59.0.3047.0
_launcher_ver=3
pkgrel=1
pkgdesc="The open-source project behind Google Chrome (Dev Channel)"
@@ -85,7 +85,7 @@ source=( #"https://gsdview.appspot.com/chromium-browser-official/chromium-${pkgv
'BUILD.gn'
# Patch form Gentoo
'https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-system-ffmpeg-r4.patch'
- 'https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-gn-bootstrap-r3.patch'
+ 'https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/skia-avx2.patch'
# Misc Patches
# "enable_vaapi_on_linux_${pkgver}.diff::https://raw.githubusercontent.com/saiarcot895/chromium-ubuntu-build/25539edd06a0ac9bf4010c4ad9b936d349ebc974/debian/patches/enable_vaapi_on_linux.diff"
# "specify-max-resolution_${pkgver}.patch::https://raw.githubusercontent.com/saiarcot895/chromium-ubuntu-build/25539edd06a0ac9bf4010c4ad9b936d349ebc974/debian/patches/specify-max-resolution.patch"
@@ -101,7 +101,7 @@ sha256sums=( #"$(curl -sL https://gsdview.appspot.com/chromium-browser-official/
'c7d9974834fc3803b5f1a1d310ff391306964caaabc807a62f8e5c3d38526ee6'
# Patch form Gentoo
'e3c474dbf3822a0be50695683bd8a2c9dfc82d41c1524a20b4581883c0c88986'
- 'e101a152304a1ed911e126e3a26f332e947469d1beb3e8bc649f733134f54fc4'
+ 'aa10f5797fe28858533ceeb0fa903f37e744ed4133c889eac60f5094e4b6a596'
# Misc Patches
# '14377408f34e2d97b7cd5219e8363fbda249faa5534e30d9226cdf308915b9ad'
# 'f98818c933042ce61f3940d7c8880f3edc0f300d7e0a92a6ab7c5c7fd0bf8709'
@@ -249,6 +249,7 @@ _keeplibs=(
'third_party/pdfium'
'third_party/pdfium/third_party/agg23'
'third_party/pdfium/third_party/base'
+ 'third_party/pdfium/third_party/build'
'third_party/pdfium/third_party/bigint'
'third_party/pdfium/third_party/freetype'
'third_party/pdfium/third_party/lcms2-2.6'
@@ -390,7 +391,7 @@ prepare() {
msg2 "Patching the sources"
# Patch sources from Gentoo.
patch -p1 -i "${srcdir}/chromium-system-ffmpeg-r4.patch"
- patch -p1 -i "${srcdir}/chromium-gn-bootstrap-r3.patch"
+ patch -p1 -i "${srcdir}/skia-avx2.patch"
# Misc Patches:
if [ "${_enable_vaapi}" = 1 ]; then