summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4500a448ed7c..b773bdae494f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Feb 17 09:08:45 UTC 2017
+# Fri Mar 17 19:36:30 UTC 2017
pkgbase = seafile-server
pkgdesc = Seafile is an online file storage and collaboration tool
pkgver = 6.0.8
@@ -10,6 +10,7 @@ pkgbase = seafile-server
arch = x86_64
arch = armv7h
arch = armv6h
+ arch = aarch64
license = AGPL3
makedepends = vala
makedepends = intltool
diff --git a/PKGBUILD b/PKGBUILD
index 09f8eb717edd..f9fd052b5993 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=seafile-server
pkgver=6.0.8
pkgrel=2
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=('AGPL3')
makedepends=("vala" "intltool")