aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2021-07-25 15:00:22 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2021-07-25 15:00:22 +0200
commit6a468d577615ed0910231f7e85c46b806663d1cf (patch)
treed3dead6633e8a770dd3eb8fb42d8379263fe1397
parent55d90494736942b408ac135fdecd3143e570f416 (diff)
testing/goimapnotify: fix build with abuild rootbld
-rw-r--r--testing/goimapnotify/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/goimapnotify/APKBUILD b/testing/goimapnotify/APKBUILD
index dce463bd3c6..55cacb01e11 100644
--- a/testing/goimapnotify/APKBUILD
+++ b/testing/goimapnotify/APKBUILD
@@ -8,6 +8,7 @@ url="https://gitlab.com/shackra/goimapnotify"
arch="all"
license="GPL-3.0-or-later"
makedepends="go"
+options="net"
source="https://gitlab.com/shackra/goimapnotify/-/archive/$pkgver/goimapnotify-$pkgver.tar.gz"
build() {