summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEdvinas Valatka2016-01-13 18:43:32 +0200
committerEdvinas Valatka2016-01-13 18:43:32 +0200
commitd5f0006b2fa62d7cca3437cdbc2a152c6c75e648 (patch)
tree286a7da60a109785dffb0edda012fa625ea35010 /PKGBUILD
parent6fc28ae019061bddca7b00283a1e7b543a1dc5ce (diff)
downloadaur-d5f0006b2fa62d7cca3437cdbc2a152c6c75e648.tar.gz
Fix supported ARCHs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9396d6c866af..9cd9d112e49b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=('seafile-server' 'seafile-client-cli' 'seafile-shared')
pkgver=5.0.4
pkgrel=1
pkgdesc="Seafile is an online file storage and collaboration tool"
-arch=('any')
+arch=('i686' 'x86_64' 'armv7h' 'armv6h')
url="https://github.com/haiwen/seafile/"
license=('GPL3')
makedepends=("vala" "intltool"