summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/gogs/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gogs/APKBUILD b/community/gogs/APKBUILD
index 8cf36631414..11ba5fadf5b 100644
--- a/community/gogs/APKBUILD
+++ b/community/gogs/APKBUILD
@@ -2,10 +2,10 @@
# Maintainer: 7heo <7heo@mail.com>
pkgname=gogs
pkgver=0.9.97
-pkgrel=0
+pkgrel=1
pkgdesc="A self-hosted Git service written in Go"
url="http://gogs.io/"
-arch="all !ppc64le"
+arch="all"
license="MIT"
depends="git"
makedepends="glide go-tools perl libcap"