diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/flow/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/flow/APKBUILD b/testing/flow/APKBUILD index d19f156da3..1d33025dfc 100644 --- a/testing/flow/APKBUILD +++ b/testing/flow/APKBUILD @@ -2,12 +2,11 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=flow pkgver=0.76.0 -pkgrel=0 +pkgrel=1 pkgdesc="A static typechecker for JavaScript" url="https://flow.org" # x86, armhf, s390x: limited by ocaml aport -# ppc64le: fails to build -arch="all !x86 !armhf !s390x !ppc64le" +arch="all !x86 !armhf !s390x" license="MIT" checkdepends="bash diffutils nodejs yarn" makedepends=" |