Add armv6h architecture
This commit is contained in:
parent
b9500d8ff4
commit
eff065360e
2
PKGBUILD
2
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/"
|
||||
|
Loading…
Reference in New Issue
Block a user