From 2fecb6a0b308ed17665e84ff004502cd24b15e43 Mon Sep 17 00:00:00 2001 From: Roberto Oliveira <robertoguimaraes8@gmail.com> Date: Mon, 11 Dec 2017 12:48:30 +0000 Subject: [PATCH] community/syncthing: enable build on s390x Seems all tests are passing on s390x with syncthing 0.14.41 --- community/syncthing/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/syncthing/APKBUILD b/community/syncthing/APKBUILD index dfd04da7be72..7f98dcda0fd2 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" -- GitLab