From 360dad71dcdba09d4f0175d65d8f09175624f4ad Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Sat, 6 Jul 2013 09:57:54 -0400 Subject: [PATCH] Add armv7h architecture --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 2cb376d..c743bb4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,13 +8,13 @@ pkgver=1.3.4 _seafilever=1.7.1 #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 framework for writing networked applications in C." # 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/haiwen/ccnet/"