community/hugo: disable on x86 due to failing tests

This commit is contained in:
Natanael Copa 2018-04-23 14:45:49 +00:00
parent bc90636896
commit 603593148a

View File

@ -5,7 +5,7 @@ pkgver=0.39
pkgrel=0 pkgrel=0
pkgdesc="A Fast and Flexible Static Site Generator built with love in GoLang" pkgdesc="A Fast and Flexible Static Site Generator built with love in GoLang"
url="http://gohugo.io/" url="http://gohugo.io/"
arch="all" arch="all !x86" # tests fails on x86
license="Apache-2.0" license="Apache-2.0"
depends="" depends=""
makedepends="go dep" makedepends="go dep"