diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2017-08-09 23:32:38 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2017-08-09 23:32:38 +0200 |
commit | 2241bb4ac96f785a7720037972f53e4f13be0421 (patch) | |
tree | 4dadd6d5f57fa9e3a88c4741fa61dbadd9bc7c1c /testing/syncthing-inotify | |
parent | 49a8caa541860beb46de8bd16cb14f853d67ab12 (diff) | |
download | aports-2241bb4ac96f785a7720037972f53e4f13be0421.tar.bz2 aports-2241bb4ac96f785a7720037972f53e4f13be0421.tar.xz |
testing/syncthing-inotify: set same arch as syncthing
Diffstat (limited to 'testing/syncthing-inotify')
-rw-r--r-- | testing/syncthing-inotify/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/syncthing-inotify/APKBUILD b/testing/syncthing-inotify/APKBUILD index 9dc51d1aba..ac48e75b1b 100644 --- a/testing/syncthing-inotify/APKBUILD +++ b/testing/syncthing-inotify/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.8.7 pkgrel=0 pkgdesc="File watcher intended for use with Syncthing" url="https://github.com/syncthing/syncthing-inotify" -arch="all" +arch="all !s390x !armhf !ppc64le" license="MPL-2.0" depends="syncthing" makedepends="go" |