summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreolianoe2017-03-17 20:36:25 +0100
committereolianoe2017-03-17 20:36:25 +0100
commit90ca062aa0493824532de5c74617e95fe43f6e81 (patch)
tree96a564c5bb5ab9a19f11033a91823095e80bcc69
parent7166c86d79eb3517c851f9f2bcb367fa538514e9 (diff)
downloadaur-90ca062aa0493824532de5c74617e95fe43f6e81.tar.gz
add 'aarch64' architecture
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02f1c77f3665..18cffd439769 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Mar 16 20:58:21 UTC 2017
+# Fri Mar 17 19:36:25 UTC 2017
pkgbase = seafile-client
pkgdesc = GUI client for synchronizing your local files with seafile server
pkgver = 6.0.4
@@ -7,6 +7,9 @@ pkgbase = seafile-client
url = https://github.com/haiwen/seafile-client
arch = i686
arch = x86_64
+ arch = armv7h
+ arch = armv6h
+ arch = aarch64
license = Apache
makedepends = cmake
depends = ccnet
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"