community/gitea: enable build on s390x

Seems currently version of gitea builds fine on s390x
This commit is contained in:
Roberto Oliveira 2017-11-28 15:27:06 +00:00
parent b56febe89a
commit 13e67c291a

View File

@ -5,7 +5,7 @@ pkgver=1.2.3
pkgrel=0 pkgrel=0
pkgdesc="A self-hosted Git service written in Go" pkgdesc="A self-hosted Git service written in Go"
url="http://gitea.io/" url="http://gitea.io/"
arch="all !s390x" arch="all"
license="MIT" license="MIT"
depends="git" depends="git"
makedepends="go libcap" makedepends="go libcap"