diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-08 07:57:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-08 07:57:41 +0000 |
commit | 7db9c9c5fca94f2939371ed6c4a687cd10c35a8b (patch) | |
tree | 7ab4291242db0f8f70d5fada0a429c9019322bde /main/syncthing | |
parent | a97cb0dfb4b5dd7f69555c98ef90274700ddd826 (diff) | |
download | aports-7db9c9c5fca94f2939371ed6c4a687cd10c35a8b.tar.bz2 aports-7db9c9c5fca94f2939371ed6c4a687cd10c35a8b.tar.xz |
main/syncthing: disable on arm
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" |