diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/gitea/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gitea/APKBUILD b/community/gitea/APKBUILD index 10ceb9685e..3232abc69c 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" |