diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-12-11 12:48:30 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-12-11 12:49:31 +0000 |
commit | 2fecb6a0b308ed17665e84ff004502cd24b15e43 (patch) | |
tree | c32c9711a6960ca993e9df75221f89cd154e0466 /community/syncthing | |
parent | a8b508cc5fdf137fdae840c013f4cdabe796adf7 (diff) | |
download | aports-2fecb6a0b308ed17665e84ff004502cd24b15e43.tar.bz2 aports-2fecb6a0b308ed17665e84ff004502cd24b15e43.tar.xz |
community/syncthing: enable build on s390x
Seems all tests are passing on s390x with syncthing 0.14.41
Diffstat (limited to 'community/syncthing')
-rw-r--r-- | community/syncthing/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/syncthing/APKBUILD b/community/syncthing/APKBUILD index dfd04da7be..7f98dcda0f 100644 --- a/community/syncthing/APKBUILD +++ b/community/syncthing/APKBUILD @@ -7,7 +7,7 @@ pkgver=0.14.41 pkgrel=0 pkgdesc="Open Source Continuous File Synchronization" url="https://syncthing.net/" -arch="all !s390x !armhf" +arch="all !armhf" license="MPLv2" pkgusers="$pkgname" pkggroups="$pkgname" |