From 80bbc168faa25448bd3399f4df331b836e74b85c Mon Sep 17 00:00:00 2001 From: q66 Date: Wed, 29 Jul 2020 23:24:06 +0200 Subject: [PATCH] chromium: is nocross and should work on ARMs --- srcpkgs/chromium/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template index 96a8953d335..aae904de440 100644 --- a/srcpkgs/chromium/template +++ b/srcpkgs/chromium/template @@ -3,13 +3,14 @@ pkgname=chromium # See http://www.chromium.org/developers/calendar for the latest version version=84.0.4147.89 revision=1 -archs="i686 x86_64*" +archs="i686* x86_64* aarch64* armv7l*" short_desc="Google's attempt at creating a safer, faster, and more stable browser" maintainer="Enno Boland " license="BSD-3-Clause" homepage="https://www.chromium.org/" distfiles="https://commondatastorage.googleapis.com/chromium-browser-official/${pkgname}-${version}.tar.xz" checksum=17970d998c125b40765141f2cd346d1674f05dbd4a28fdcf31f9e3540890c679 +nocross=yes lib32disabled=yes nodebug=yes