aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Kulikov <k.kulikov2@gmail.com>2020-10-07 08:10:52 +0300
committerLeo <thinkabit.ukim@gmail.com>2020-10-07 11:29:12 +0000
commit06e96461d490ae8295bd9aa1d1237c1ee4a65b7f (patch)
tree338c335e31f12bebd8039f2d3c04c1394cc7ec07
parentbf43027755f3539ef3e4037013074920bc2cb859 (diff)
community/syncthing: reenable aarch64
-rw-r--r--community/syncthing/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/syncthing/APKBUILD b/community/syncthing/APKBUILD
index 688c9a0684f..a74dad9f167 100644
--- a/community/syncthing/APKBUILD
+++ b/community/syncthing/APKBUILD
@@ -4,12 +4,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=syncthing
pkgver=1.10.0
-pkgrel=0
+pkgrel=1
pkgdesc="Open Source Continuous File Synchronization"
options="chmod-clean"
url="https://syncthing.net/"
arch="all !mips !mips64" # go is missing
-arch="$arch !ppc64le !aarch64" # Tests fail
+arch="$arch !ppc64le" # Tests fail
license="MPL-2.0"
pkgusers="$pkgname"
pkggroups="$pkgname"