diff --git a/community/gitea/APKBUILD b/community/gitea/APKBUILD index 10ceb9685e3187cb558f658f8c47b0350bc8a2b2..3232abc69c7395e4d8600784643a8a608f8adcf6 100644 --- a/community/gitea/APKBUILD +++ b/community/gitea/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: 7heo <7heo@mail.com> pkgname=gitea pkgver=1.1.1 -pkgrel=0 +pkgrel=1 pkgdesc="A self-hosted Git service written in Go" url="http://gitea.io/" -arch="all !ppc64le !s390x" +arch="all !s390x" license="MIT" depends="git" makedepends="go libcap"