diff options
Diffstat (limited to 'main/syncthing')
-rw-r--r-- | main/syncthing/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/syncthing/APKBUILD b/main/syncthing/APKBUILD index 3c7d7227f8..415c28bd51 100644 --- a/main/syncthing/APKBUILD +++ b/main/syncthing/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.10.9 pkgrel=1 pkgdesc="Open Source Continuous File Synchronization" url="http://syncthing.net/" -arch="all" +arch="x86 x86_64" license="MIT" pkgusers="$pkgname" pkggroups="$pkgname" |