diff options
| author | J0WI <J0WI@users.noreply.github.com> | 2019-12-09 16:18:30 +0100 |
|---|---|---|
| committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-12-29 18:03:07 +0100 |
| commit | 73854be40fed8a919009bb68f2ffef3079b5087e (patch) | |
| tree | 1a9edc62f9dd8e87591e8bb7ae9a66ed234659f3 /testing | |
| parent | e02119f59da17c9893c314717e95f14e866d54a4 (diff) | |
| download | aports-73854be40fed8a919009bb68f2ffef3079b5087e.tar.bz2 aports-73854be40fed8a919009bb68f2ffef3079b5087e.tar.xz | |
testing/firefox: enable on armhf, ppc64le and x86
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/firefox/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/firefox/APKBUILD b/testing/firefox/APKBUILD index 588f563db0..b077790a1e 100644 --- a/testing/firefox/APKBUILD +++ b/testing/firefox/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=firefox pkgver=71.0 -pkgrel=0 +pkgrel=1 pkgdesc="Firefox web browser" url="https://www.firefox.com/" -arch="x86_64 aarch64" +arch="x86_64 armhf aarch64 x86 ppc64le" # limited by rust and cargo, build failure on armv7 license="GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only AND MPL-2.0" makedepends=" alsa-lib-dev |
