summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2017-03-17 20:36:20 +0100
committereolianoe2017-03-17 20:36:20 +0100
commit7678b94e66056f56fabe7a94e579cd0ead64d7ee (patch)
tree552e43c4723149f8fd302b4c566c51f8faee0da8
parent09ad0827b55ff20cba0543b3bd51320c0eb08c81 (diff)
downloadaur-7678b94e66056f56fabe7a94e579cd0ead64d7ee.tar.gz
add 'aarch64' architecture
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e4cea95c40d..35d9e510016f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Mar 16 20:58:01 UTC 2017
+# Fri Mar 17 19:36:20 UTC 2017
pkgbase = seafile
pkgdesc = Seafile is an online file storage and collaboration tool
pkgver = 6.0.4
@@ -9,6 +9,7 @@ pkgbase = seafile
arch = x86_64
arch = armv7h
arch = armv6h
+ arch = aarch64
license = GPL2
makedepends = vala
makedepends = intltool
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")