summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreolianoe2017-03-17 20:36:20 +0100
committereolianoe2017-03-17 20:36:20 +0100
commit7678b94e66056f56fabe7a94e579cd0ead64d7ee (patch)
tree552e43c4723149f8fd302b4c566c51f8faee0da8 /PKGBUILD
parent09ad0827b55ff20cba0543b3bd51320c0eb08c81 (diff)
downloadaur-7678b94e66056f56fabe7a94e579cd0ead64d7ee.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 1e36bf43a61d..ceabf41766e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=seafile
pkgver=6.0.4
pkgrel=1
pkgdesc="Seafile is an online file storage and collaboration tool"
-arch=('i686' 'x86_64' 'armv7h' 'armv6h')
+arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/haiwen/${pkgname}"
license=('GPL2')
depends=("ccnet" "fuse" "python2" "sqlite")