summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreolianoe2017-03-17 20:36:25 +0100
committereolianoe2017-03-17 20:36:25 +0100
commit90ca062aa0493824532de5c74617e95fe43f6e81 (patch)
tree96a564c5bb5ab9a19f11033a91823095e80bcc69 /PKGBUILD
parent7166c86d79eb3517c851f9f2bcb367fa538514e9 (diff)
downloadaur-90ca062aa0493824532de5c74617e95fe43f6e81.tar.gz
add 'aarch64' architecture
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59da02134a9a..eae3404bb3a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=seafile-client
pkgver=6.0.4
pkgrel=1
pkgdesc="GUI client for synchronizing your local files with seafile server"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/haiwen/${pkgname}"
license=('Apache')
depends=('ccnet' "seafile" "qt5-tools" "qt5-webkit" "qt5-base"