summaryrefslogtreecommitdiff
path: root/chromium/Pkgfile
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2016-04-21 18:01:03 +0200
committerJose V Beneyto <sepen@crux.nu>2016-04-21 18:01:26 +0200
commit2ceb088e9469b6dc85d5ed1cb6b88e3b866b88b0 (patch)
treef0fde90ee9c1a6df994748b8e7b8c5472aad8eeb /chromium/Pkgfile
parent80f0cc6d94e444b0fc274898749a1374c1f51ac4 (diff)
downloadopt-2ceb088e9469b6dc85d5ed1cb6b88e3b866b88b0.tar.gz
opt-2ceb088e9469b6dc85d5ed1cb6b88e3b866b88b0.tar.xz
[notify] chromium: updated to 50.0.2661.86
Updates are 50.0.2661.86 and 50.0.2661.75. Update 50.0.2661.75 includes 20 security fixes: http://googlechromereleases.blogspot.com/2016/04/stable-channel-update_13.html
Diffstat (limited to 'chromium/Pkgfile')
-rw-r--r--chromium/Pkgfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/chromium/Pkgfile b/chromium/Pkgfile
index 17a3429f6..61c3ec1b0 100644
--- a/chromium/Pkgfile
+++ b/chromium/Pkgfile
@@ -5,7 +5,7 @@
# Depends on: dbus-glib gperf gtk libevent libexif libgcrypt mesa3d ninja nss pciutils speech-dispatcher xorg-libxscrnsaver xorg-libxt xorg-libxtst yasm
name=chromium
-version=49.0.2623.112
+version=50.0.2661.86
release=1
source=(http://commondatastorage.googleapis.com/$name-browser-official/$name-$version.tar.xz \
$name.sh $name.desktop)
@@ -43,6 +43,7 @@ build() {
-Duse_system_libevent=1 \
-Duse_system_sqlite=0 \
-Duse_system_ssl=0 \
+ -Duse_system_icu=0 \
-Dremove_webcore_debug_symbols=1 \
-Duse_gconf=0 \
-Duse_cups=0 \
@@ -54,7 +55,7 @@ build() {
-Dlinux_link_libspeechd=1 \
-Denable_webrtc=1 \
-Ddisable_nacl=1 \
- -Dicu_use_data_file_flag=0
+ -Dicu_use_data_file_flag=1
ninja -C out/Release chrome chrome_sandbox

Generated by cgit