diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-16 10:12:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-16 10:12:28 +0000 |
commit | 199b5675434bcde64787cff92c3d4880d99fb8b7 (patch) | |
tree | c677ad24ca46b111e2c7ef7bd0d03787b7657035 /community/gitea | |
parent | 3973baa87826403d66835385dbf8cb096ae98a84 (diff) | |
download | aports-199b5675434bcde64787cff92c3d4880d99fb8b7.tar.bz2 aports-199b5675434bcde64787cff92c3d4880d99fb8b7.tar.xz |
community/gitea: rebuild with go 1.8, enable ppc64le
Diffstat (limited to 'community/gitea')
-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" |