diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-03-20 15:33:05 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-03-20 15:36:06 +0100 |
commit | 50c2367aa4df5edf1cc098bd1cccd58b16bb1af3 (patch) | |
tree | 4b730221db89e7f2b35d9c2673c4c3629f222f15 /community/gotop | |
parent | ff4883d9d9b80680ff4e594ce27e8ad48c22cb50 (diff) | |
download | aports-50c2367aa4df5edf1cc098bd1cccd58b16bb1af3.tar.bz2 aports-50c2367aa4df5edf1cc098bd1cccd58b16bb1af3.tar.xz |
community/gotop: Fix build with `abuild rootbld`
Diffstat (limited to 'community/gotop')
-rw-r--r-- | community/gotop/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/gotop/APKBUILD b/community/gotop/APKBUILD index 474458175d..f01c78f13d 100644 --- a/community/gotop/APKBUILD +++ b/community/gotop/APKBUILD @@ -9,6 +9,7 @@ license="AGPL-3.0-or-later" options="!check" # No test suite depends="procps" # Remove once #20 on xxxserxxx/gotop is fixed makedepends="git go" +options="net" source="$pkgname-$pkgver.tar.gz::https://github.com/xxxserxxx/gotop/archive/v$pkgver.tar.gz" builddir="$srcdir/src/github.com/xxxserxxx/gotop" |