summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdvinas Valatka2016-01-13 18:43:32 +0200
committerEdvinas Valatka2016-01-13 18:43:32 +0200
commitd5f0006b2fa62d7cca3437cdbc2a152c6c75e648 (patch)
tree286a7da60a109785dffb0edda012fa625ea35010
parent6fc28ae019061bddca7b00283a1e7b543a1dc5ce (diff)
downloadaur-d5f0006b2fa62d7cca3437cdbc2a152c6c75e648.tar.gz
Fix supported ARCHs
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4c159498758..f4ceab01c948 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,14 @@
# Generated by mksrcinfo v8
-# Wed Jan 13 14:53:55 UTC 2016
+# Wed Jan 13 16:42:51 UTC 2016
pkgbase = seafile-server
pkgdesc = Seafile is an online file storage and collaboration tool
pkgver = 5.0.4
pkgrel = 1
url = https://github.com/haiwen/seafile/
- arch = any
+ arch = i686
+ arch = x86_64
+ arch = armv7h
+ arch = armv6h
license = GPL3
makedepends = vala
makedepends = intltool
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"