From a10c9c9e46efa1023ae6ce90f871b9fcaa6e26e5 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Tue, 16 Jul 2013 08:46:33 -0400 Subject: [PATCH] Add armv6h architecture --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 337fc63..acd576e 100644 --- a/PKGBUILD +++ b/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=2 +pkgrel=3 # 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' 'armv7h') +arch=('i686' 'x86_64' 'armv6h' 'armv7h') # The official website for the software your PKGBUILD will install url="https://github.com/ellzey/libevhtp"