From 4f1b00afd119c8f753640feebfaa60b5f51f25f9 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sat, 26 Nov 2016 19:05:16 +0100 Subject: [PATCH] chromium: update to 53.0.2785.143. --- srcpkgs/chromium/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template index 0b49bbc4b5d..54454f47f22 100644 --- a/srcpkgs/chromium/template +++ b/srcpkgs/chromium/template @@ -2,7 +2,7 @@ pkgname=chromium # See http://www.chromium.org/developers/calendar for the latest version version=53.0.2785.143 -revision=2 +revision=3 short_desc="Google's attempt at creating a safer, faster, and more stable browser" maintainer="Juan RP " homepage="http://www.chromium.org/" @@ -30,7 +30,8 @@ depends="libexif hwids desktop-file-utils hicolor-icon-theme" nostrip_files="nacl_irt_x86_64.nexe nacl_irt_x86_32.nexe" if [ -z "$CROSS_BUILD" -a "$XBPS_MACHINE" = "x86_64" ]; then - hostmakedepends+=" gcc-c++-multilib" + # Is this required? + hostmakedepends+=" gcc-multilib" fi post_extract() {