aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/syncthing/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/syncthing/APKBUILD b/community/syncthing/APKBUILD
index 77a8090f65..c27302e22a 100644
--- a/community/syncthing/APKBUILD
+++ b/community/syncthing/APKBUILD
@@ -8,7 +8,7 @@ pkgrel=0
8pkgdesc="Open Source Continuous File Synchronization" 8pkgdesc="Open Source Continuous File Synchronization"
9options="chmod-clean" 9options="chmod-clean"
10url="https://syncthing.net/" 10url="https://syncthing.net/"
11arch="all" 11arch="all !mips !mips64" # go is missing
12license="MPL-2.0" 12license="MPL-2.0"
13pkgusers="$pkgname" 13pkgusers="$pkgname"
14pkggroups="$pkgname" 14pkggroups="$pkgname"