summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-12-08 07:57:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-12-08 07:57:41 +0000
commit7db9c9c5fca94f2939371ed6c4a687cd10c35a8b (patch)
tree7ab4291242db0f8f70d5fada0a429c9019322bde
parenta97cb0dfb4b5dd7f69555c98ef90274700ddd826 (diff)
downloadaports-7db9c9c5fca94f2939371ed6c4a687cd10c35a8b.tar.bz2
aports-7db9c9c5fca94f2939371ed6c4a687cd10c35a8b.tar.xz
main/syncthing: disable on arm
-rw-r--r--main/syncthing/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/syncthing/APKBUILD b/main/syncthing/APKBUILD
index 3c7d7227f..415c28bd5 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"