diff options
Diffstat (limited to 'community')
-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 25d9d09e96..1d662f05c2 100644 --- a/community/syncthing/APKBUILD +++ b/community/syncthing/APKBUILD @@ -7,7 +7,7 @@ pkgver=0.14.39 pkgrel=0 pkgdesc="Open Source Continuous File Synchronization" url="http://syncthing.net/" -arch="all !s390x !armhf !ppc64le" +arch="all !s390x !armhf" license="MPLv2" pkgusers="$pkgname" pkggroups="$pkgname" |