diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-16 10:25:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-16 10:25:57 +0000 |
commit | e9a54b66f2caa99052b384c2353455c570c61f9b (patch) | |
tree | 7211df87fbcd69025ec5d6e6139fa0447cde602a /community | |
parent | 348eb1c27ac3279efbd7de1a88e80f86e1e42d6d (diff) | |
download | aports-e9a54b66f2caa99052b384c2353455c570c61f9b.tar.bz2 aports-e9a54b66f2caa99052b384c2353455c570c61f9b.tar.xz |
community/gogs: rebuild with go 1.8, enable ppc64le
Diffstat (limited to 'community')
-rw-r--r-- | community/gogs/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gogs/APKBUILD b/community/gogs/APKBUILD index 8cf3663141..11ba5fadf5 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" |