1
0
Fork 0

Add armv6h architecture

This commit is contained in:
Aaron Lindsay 2013-07-20 13:46:27 -04:00
parent b9500d8ff4
commit eff065360e
1 changed files with 1 additions and 1 deletions

View File

@ -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/"