diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template index 43bd4564f3..b9f4c2547d 100644 --- a/srcpkgs/chromium/template +++ b/srcpkgs/chromium/template @@ -1,14 +1,14 @@ # Template file for 'chromium' pkgname=chromium # See http://www.chromium.org/developers/calendar for the latest version -version=40.0.2214.115 +version=41.0.2272.89 revision=1 short_desc="Google's attempt at creating a safer, faster, and more stable browser" maintainer="Juan RP " homepage="http://www.chromium.org/" license="BSD" distfiles="https://commondatastorage.googleapis.com/${pkgname}-browser-official/${pkgname}-${version}.tar.xz" -checksum=2261b96dba5747b52512e2391956c54f4e36b9bbaa310b16c7fb0f1e4efba6a5 +checksum=93474277cefcf59973e0a65449178b891a4a3b6e84bec6b149e45f74b1675de9 lib32disabled=yes nodebug=yes @@ -39,7 +39,8 @@ pre_configure() { if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then # Download NaCL toolchains python2 build/download_nacl_toolchains.py \ - --packages nacl_x86_newlib,pnacl_newlib,pnacl_translator + --packages nacl_x86_newlib,pnacl_newlib,pnacl_translator \ + sync --extract fi # Remove bundled ICU; its header files appear to get picked up instead of # the system ones, leading to errors during the final link stage @@ -192,8 +193,7 @@ do_install() { ${DESTDIR}/usr/lib/chromium cp out/Release/nacl_irt_x86_64.nexe ${DESTDIR}/usr/lib/chromium fi - cp out/Release/{*.pak,libffmpegsumo.so} \ - out/Release/libpdf.so \ + cp out/Release/{*.pak,*.bin,libffmpegsumo.so,libpdf.so} \ ${DESTDIR}/usr/lib/chromium cp -a out/Release/locales ${DESTDIR}/usr/lib/chromium