chromium: update to 53.0.2785.143.
This commit is contained in:
parent
696df5e6be
commit
4f1b00afd1
1 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=chromium
|
pkgname=chromium
|
||||||
# See http://www.chromium.org/developers/calendar for the latest version
|
# See http://www.chromium.org/developers/calendar for the latest version
|
||||||
version=53.0.2785.143
|
version=53.0.2785.143
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.chromium.org/"
|
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"
|
nostrip_files="nacl_irt_x86_64.nexe nacl_irt_x86_32.nexe"
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" -a "$XBPS_MACHINE" = "x86_64" ]; then
|
if [ -z "$CROSS_BUILD" -a "$XBPS_MACHINE" = "x86_64" ]; then
|
||||||
hostmakedepends+=" gcc-c++-multilib"
|
# Is this required?
|
||||||
|
hostmakedepends+=" gcc-multilib"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Reference in a new issue