aboutsummaryrefslogtreecommitdiffstats
path: root/community/restic
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-11-23 14:53:46 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2019-11-23 14:53:46 +0100
commite84461cf58193b3201e432c0df4438d8c56db624 (patch)
tree84270aebe6647d5025c7c743fafa029f63b757a5 /community/restic
parent0974ab110884cc71ab0bbb3f705d0eea561a9e0d (diff)
downloadaports-e84461cf58193b3201e432c0df4438d8c56db624.tar.bz2
aports-e84461cf58193b3201e432c0df4438d8c56db624.tar.xz
community/restic: fix build with `abuild rootbld`
Diffstat (limited to 'community/restic')
-rw-r--r--community/restic/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/restic/APKBUILD b/community/restic/APKBUILD
index 751c33eecb..18148354dd 100644
--- a/community/restic/APKBUILD
+++ b/community/restic/APKBUILD
@@ -8,7 +8,7 @@ url="https://restic.net/"
arch="all"
license="BSD-2-Clause"
makedepends="go"
-options="!checkroot"
+options="net !checkroot"
subpackages="$pkgname-doc
$pkgname-zsh-completion:zshcomp:noarch
$pkgname-bash-completion:bashcomp:noarch"