diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2019-06-25 07:42:04 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2019-06-25 07:42:58 +0000 |
commit | 920ac00f32a10e7e77e305ce2bc360b2fba1d58a (patch) | |
tree | e0b6295700b0b8ef505e4e817104f1d6547859e6 /community/chromium | |
parent | 985207596dc18e8a2936ecbecdef2ef4de780f67 (diff) | |
download | aports-920ac00f32a10e7e77e305ce2bc360b2fba1d58a.tar.bz2 aports-920ac00f32a10e7e77e305ce2bc360b2fba1d58a.tar.xz |
community/chromium: enable on armhf
Diffstat (limited to 'community/chromium')
-rw-r--r-- | community/chromium/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/chromium/APKBUILD b/community/chromium/APKBUILD index 9dae1b9860..5af6d65be6 100644 --- a/community/chromium/APKBUILD +++ b/community/chromium/APKBUILD @@ -5,7 +5,7 @@ pkgver=73.0.3683.103 pkgrel=0 pkgdesc="chromium web browser" url="http://www.chromium.org/" -arch="x86_64 armv7 aarch64" +arch="x86_64 armv7 aarch64 armhf" license="BSD" depends="xdg-utils" depends_dev="" |