summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072019-02-14 21:27:27 +0100
committersL1pKn072019-02-14 21:27:27 +0100
commitb5ffe5d211a59d7a499f0548cf0743dcecd7be15 (patch)
tree590f665284a6d83264ffdb8f691ca9511e09aff8
parent6e95808fb6db3b3b5ebf94011ae6ee2e8464f3e6 (diff)
downloadaur-b5ffe5d211a59d7a499f0548cf0743dcecd7be15.tar.gz
cosmetic
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f949cb4a75f8..64af5f60f130 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Feb 14 14:39:40 UTC 2019
+# Thu Feb 14 20:27:10 UTC 2019
pkgbase = chromium-dev
pkgdesc = The open-source project behind Google Chrome (Dev Channel)
pkgver = 73.0.3683.20
diff --git a/PKGBUILD b/PKGBUILD
index c05970b4c2e6..f32b578ec98d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -206,7 +206,6 @@ _keeplibs=(
'third_party/libaom/source/libaom/third_party/vector'
'third_party/libaom/source/libaom/third_party/x86inc'
'third_party/libjingle'
- 'third_party/libjpeg'
'third_party/libphonenumber'
'third_party/libsecret'
'third_party/libsrtp'
@@ -303,6 +302,7 @@ _keeplibs=(
_keeplibs+=(
'third_party/icu' # https://crbug.com/678661.
'third_party/re2' # https://crbug.com/931373.
+ 'third_party/libjpeg' # https://crbug.com/908298.
)
# Set build flags.
@@ -355,10 +355,10 @@ _use_system=(
'fontconfig'
'freetype'
'harfbuzz-ng'
-# 'icu' # https://crbug.com/678661
+# 'icu' # https://crbug.com/678661.
'libdrm'
# 'libevent' # Get segfaults and other problems https://bugs.gentoo.org/593458.
-# 'libjpeg' # needs bundled by blink.
+# 'libjpeg' # https://crbug.com/908298.
'libpng'
# 'libvpx' # Needs update.
# 'libwebp' # Needs update.
@@ -366,7 +366,7 @@ _use_system=(
'libxslt'
'openh264'
'opus'
-# 're2' # https://crbug.com/931373
+# 're2' # https://crbug.com/931373.
'snappy'
'yasm'
'zlib'