summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0612a86bd079..005b418e3311 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat May 14 19:55:33 UTC 2016
+# Thu May 26 19:24:10 UTC 2016
pkgbase = chromium-dev
pkgdesc = The open-source project behind Google Chrome (Dev Channel)
- pkgver = 52.0.2729.3
+ pkgver = 52.0.2743.6
pkgrel = 1
url = http://www.chromium.org
install = chromium-dev.install
@@ -54,7 +54,7 @@ pkgbase = chromium-dev
optdepends = ttf-font: For some typography
optdepends = libappindicator-gtk3: Needed for show systray icon in the panel in plasma-next (KF5)
options = !strip
- source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-52.0.2729.3.tar.xz
+ source = https://commondatastorage.googleapis.com/chromium-browser-official/chromium-52.0.2743.6.tar.xz
source = chromium-launcher-3.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v3.tar.gz
source = chromium-dev.svg
source = https://raw.githubusercontent.com/gentoo/gentoo/master/www-client/chromium/files/chromium-system-ffmpeg-r2.patch
@@ -63,7 +63,7 @@ pkgbase = chromium-dev
source = chromium-system-jinja-r9.patch
source = minizip.patch::http://pastebin.com/raw/QCqSDam5
source = chromium-widevine-r1.patch
- sha1sums = 8bc0df24abc34feda818cb7d8489849852ee4515
+ sha1sums = 5cbc661d43c6e0d87498bb09dce671ae3af55664
sha1sums = d18f8d96e80be9c31d994cc6362d7d8041c53319
sha1sums = 336976cb66bf8df71fc7f2e92aa723891b6efb53
sha1sums = 450cd81653499eb50f0f7df1b0d4d1c1620365a5
diff --git a/PKGBUILD b/PKGBUILD
index 656bd0416b33..aac0f4494a56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ _use_gtk3=1 # If set 1, then build with GTK3 support, if set 0, then
## -- Package and components information -- ##
##############################################
pkgname=chromium-dev
-pkgver=52.0.2729.3
+pkgver=52.0.2743.6
_launcher_ver=3
pkgrel=1
pkgdesc="The open-source project behind Google Chrome (Dev Channel)"
@@ -238,6 +238,7 @@ _necesary=('base/third_party/dmg_fp'
'third_party/leveldatabase'
'third_party/libaddressinput'
'third_party/libjingle'
+ 'third_party/libjpeg_turbo'
'third_party/libphonenumber'
'third_party/libpng'
'third_party/libsecret'
@@ -266,6 +267,8 @@ _necesary=('base/third_party/dmg_fp'
'third_party/pdfium/third_party/lcms2-2.6'
'third_party/pdfium/third_party/libjpeg'
'third_party/pdfium/third_party/libopenjpeg20'
+ 'third_party/pdfium/third_party/libpng16'
+ 'third_party/pdfium/third_party/libtiff'
'third_party/pdfium/third_party/zlib_v128'
'third_party/polymer'
'third_party/protobuf'
@@ -390,7 +393,7 @@ _use_system=('-Duse_system_expat=1'
'-Duse_system_jsoncpp=1'
'-Duse_system_libevent=0'
'-Duse_system_libexif=1'
- '-Duse_system_libjpeg=1'
+ '-Duse_system_libjpeg=0'
'-Duse_system_libpng=0'
'-Duse_system_libsrtp=0'
'-Duse_system_libusb=0'