Add armv7h architecture
This commit is contained in:
parent
7bda2904e6
commit
1cbd5f7f83
4
PKGBUILD
4
PKGBUILD
@ -8,13 +8,13 @@ pkgver=1.1.0
|
|||||||
_seafilever=1.7.1
|
_seafilever=1.7.1
|
||||||
|
|
||||||
#The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase
|
#The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
|
|
||||||
# The description of the package, should be about 80 characters long (one line)
|
# The description of the package, should be about 80 characters long (one line)
|
||||||
pkgdesc="A simple and easy-to-use C language RPC framework (including both server side & client side) based on GObject System."
|
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
|
# The type of processor this software can build and work on. See PKGBUILD#arch
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64' 'armv7h')
|
||||||
|
|
||||||
# The official website for the software your PKGBUILD will install
|
# The official website for the software your PKGBUILD will install
|
||||||
url="https://github.com/haiwen/libsearpc/"
|
url="https://github.com/haiwen/libsearpc/"
|
||||||
|
Loading…
Reference in New Issue
Block a user