diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-11-22 15:05:53 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-11-22 15:05:53 +0100 |
commit | cf4500f88be12b1c3c46ee90489758f9148d0c60 (patch) | |
tree | 10a16f6c7cc4f188d08cfdf5de73ed1bbe91db40 /community/hub | |
parent | 62f5160aeb4a7e199df2468a5d9f490e1d2ea00e (diff) | |
download | aports-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/APKBUILD | 3 |
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 } |