summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryhfudev2015-11-10 12:29:20 -0500
committeryhfudev2015-11-10 12:29:20 -0500
commit082e13b486fb284a24d2e48db7a2028ddd59d6a7 (patch)
tree55ae2cee55bf3c8ac54686ab368134e30c14d3d7
parent2f1c3ea8f483e0ef47ab10464e77d65826063d0c (diff)
downloadaur-082e13b486fb284a24d2e48db7a2028ddd59d6a7.tar.gz
add arm arch
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18de51c86d08..02c547f67a3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,8 @@ pkgbase = python-tornado-401
url = http://www.tornadoweb.org/
arch = i686
arch = x86_64
- arch = arm
+ arch = armv6
+ arch = armv6h
license = Apache
checkdepends = python-pycurl
checkdepends = python2-pycurl
diff --git a/PKGBUILD b/PKGBUILD
index 014bde976e1a..3e35a2f00411 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ conflicts=( 'python-tornado' 'python2-tornado' )
pkgver=4.0.1
pkgrel=1
pkgdesc='open source version of the scalable, non-blocking web server and tools (this package gives the old API for some applications)'
-arch=( 'i686' 'x86_64' 'arm' )
+arch=( 'i686' 'x86_64' 'armv6' 'armv6h' )
url='http://www.tornadoweb.org/'
license=('Apache')
makedepends=('python-setuptools' 'python2-setuptools' 'python2-backports.ssl_match_hostname' 'git' 'python-certifi' 'python2-certifi')