diff --git a/community/gogs/APKBUILD b/community/gogs/APKBUILD
index 8cf36631414d9f6ed00fe67e2cb32af0227cb92d..11ba5fadf5b544b2001d854e45e9d22b59649fd6 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"