diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-11-23 14:44:00 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-11-23 14:45:54 +0100 |
commit | f0888d6b29cfd0615d7381c446598245b43be7df (patch) | |
tree | 861fe3cc09f122211c1c74e35a97627f4cbaf9c7 | |
parent | 841a2064d642db57bcd24e5261e9743dd9f5c7b9 (diff) | |
download | aports-f0888d6b29cfd0615d7381c446598245b43be7df.tar.bz2 aports-f0888d6b29cfd0615d7381c446598245b43be7df.tar.xz |
community/go-md2man: fix build in `abuild rootbld`
-rw-r--r-- | community/go-md2man/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/go-md2man/APKBUILD b/community/go-md2man/APKBUILD index 71cd74558b..c2591bb49c 100644 --- a/community/go-md2man/APKBUILD +++ b/community/go-md2man/APKBUILD @@ -10,6 +10,7 @@ arch="all" license="MIT" makedepends="go" subpackages="$pkgname-doc" +options="net" source="go-md2man-$pkgver.tar.gz::https://github.com/cpuguy83/go-md2man/archive/v$pkgver.tar.gz" builddir="$srcdir/src/github.com/cpuguy83/go-md2man" |