aboutsummaryrefslogtreecommitdiffstats
path: root/community/hub
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2016-11-22 15:05:53 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2016-11-22 15:05:53 +0100
commitcf4500f88be12b1c3c46ee90489758f9148d0c60 (patch)
tree10a16f6c7cc4f188d08cfdf5de73ed1bbe91db40 /community/hub
parent62f5160aeb4a7e199df2468a5d9f490e1d2ea00e (diff)
downloadaports-cf4500f88be12b1c3c46ee90489758f9148d0c60.tar.bz2
aports-cf4500f88be12b1c3c46ee90489758f9148d0c60.tar.xz
community/hub: remove outdated comment
hub uses gos vendoring feature nowadays.
Diffstat (limited to 'community/hub')
-rw-r--r--community/hub/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/community/hub/APKBUILD b/community/hub/APKBUILD
index 4db9f8244e..a027ce4e84 100644
--- a/community/hub/APKBUILD
+++ b/community/hub/APKBUILD
@@ -20,9 +20,6 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.
_builddir="$srcdir/$pkgname-$pkgver"
build() {
- # XXX this sucks a lot, it simply sets up GOPATH
- # and invokes go get afterwards thus we cannot
- # verify the integrity of the downloaded packages.
cd "$_builddir" && ./script/build
}