From eff065360e27e3efda081c7e6711be34949bd5f5 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Sat, 20 Jul 2013 13:46:27 -0400 Subject: [PATCH] Add armv6h architecture --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 0d75ae3..3cbc7a1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -14,7 +14,7 @@ pkgrel=5 pkgdesc="A simple and easy-to-use C language RPC framework (including both server side & client side) based on GObject System." # The type of processor this software can build and work on. See PKGBUILD#arch -arch=('i686' 'x86_64' 'armv7h') +arch=('i686' 'x86_64' 'armv6h' 'armv7h') # The official website for the software your PKGBUILD will install url="https://github.com/haiwen/libsearpc/"