diff options
Diffstat (limited to 'community/hugo/APKBUILD')
-rw-r--r-- | community/hugo/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/hugo/APKBUILD b/community/hugo/APKBUILD index b92c64bda23..1074f2bb335 100644 --- a/community/hugo/APKBUILD +++ b/community/hugo/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.79.1 pkgrel=0 pkgdesc="Fast and flexible static site generator written in Go" url="https://gohugo.io/" -arch="all !x86 !s390x !mips !mips64" # tests fail on x86 and s390x; limited by go on mips +arch="all !x86 !s390x" # tests fail on x86 and s390x license="Apache-2.0" makedepends="go" subpackages="$pkgname-doc $pkgname-bash-completion" |