Add armv7h architecture
This commit is contained in:
parent
fd02998ef1
commit
cd9d510571
4
PKGBUILD
4
PKGBUILD
@ -7,13 +7,13 @@ pkgname=libevhtp
|
||||
pkgver=1.2.5
|
||||
|
||||
#The release number for the arch package, as fixes are added to the PKGBUILD, the release number will increase
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
|
||||
# The description of the package, should be about 80 characters long (one line)
|
||||
pkgdesc="A more flexible replacement for libevent's httpd API."
|
||||
|
||||
# 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
|
||||
url="https://github.com/ellzey/libevhtp"
|
||||
|
Loading…
Reference in New Issue
Block a user