Parcourir la source

Fix supported ARCHs

Edvinas Valatka il y a 10 ans
Parent
commit
d5f0006b2f
2 fichiers modifiés avec 6 ajouts et 3 suppressions
  1. 5 2
      .SRCINFO
  2. 1 1
      PKGBUILD

+ 5 - 2
.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

+ 1 - 1
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"