diff --git a/srcpkgs/chromium/patches/fix-png-decoder-build.patch b/srcpkgs/chromium/patches/fix-png-decoder-build.patch deleted file mode 100644 index 9c204f303b..0000000000 --- a/srcpkgs/chromium/patches/fix-png-decoder-build.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp.orig 2016-06-01 17:42:30.396115414 +0200 -+++ third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp 2016-06-01 17:43:05.182117208 +0200 -@@ -234,7 +234,7 @@ - #endif - png_uint_32 profileLength = 0; - if (png_get_iCCP(png, info, &profileName, &compressionType, &profile, &profileLength)) { -- setColorProfileAndTransform(profile, profileLength, imageHasAlpha, false /* useSRGB */); -+ setColorProfileAndTransform((const char*) profile, profileLength, imageHasAlpha, false /* useSRGB */); - } - } - #endif // PNG_iCCP_SUPPORTED diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template index f5719a7a30..522ed51be0 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=52.0.2743.116 -revision=3 +version=53.0.2785.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/chromium-browser-official/${pkgname}-${version}.tar.xz" -checksum=a194ae1edb041024b3d4b6ba438f32fefdb6f1ecb24a96c50248a486b237a101 +checksum=2e3c5f7b12b5b4f150b93004a718fb85778aeddc4df05bbf92b99a19a1c63dee only_for_archs="i686 x86_64 x86_64-musl" lib32disabled=yes