aboutsummaryrefslogtreecommitdiffstats
path: root/community/gogs
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-09-22 14:47:21 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2018-09-22 14:55:00 +0200
commitac6038f0b73ee3b321fe70d13a6c777d9aa89ae6 (patch)
tree1007fea8c1bc5509929996854253ae56e7971c46 /community/gogs
parent7f81d50024bbb3d434e864796cdb5047306e5174 (diff)
downloadaports-ac6038f0b73ee3b321fe70d13a6c777d9aa89ae6.tar.bz2
aports-ac6038f0b73ee3b321fe70d13a6c777d9aa89ae6.tar.xz
community/gogs: depend on go instead of go-tools
go-tools was removed in 11c5f257c586b68e3567ece44133b21c02c88f00. It is unclear to me why gogs depended on go-tools in the first place. The build passes without go-tools so I guess it's fine to remove it.
Diffstat (limited to 'community/gogs')
-rw-r--r--community/gogs/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gogs/APKBUILD b/community/gogs/APKBUILD
index b307f10b31..6d0026ab7a 100644
--- a/community/gogs/APKBUILD
+++ b/community/gogs/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: 7heo <7heo@mail.com>
pkgname=gogs
pkgver=0.11.34
-pkgrel=0
+pkgrel=1
pkgdesc="A self-hosted Git service written in Go"
url="https://gogs.io/"
arch="all"
license="MIT"
depends="git"
-makedepends="go-tools perl libcap"
+makedepends="go perl libcap"
install="$pkgname.pre-install"
pkgusers="gogs"
pkggroups="www-data"