summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Scholl2016-01-03 16:09:13 -0500
committerDavid Scholl2016-01-03 16:09:13 -0500
commit7c309c15475e049d4bbb6b8c1cdf0d87acf4dbc8 (patch)
tree9a27e55015b223de965382d46dd7fc20820ec2e4
parent5921a6d80fabc647479596cc3b0bf93f542d2742 (diff)
downloadaur-7c309c15475e049d4bbb6b8c1cdf0d87acf4dbc8.tar.gz
Add armv7h to arch array
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6219d7c82c86..cb32523849b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python2-pyaudio
pkgdesc = Python bindings for PortAudio, the cross-platform audio I/O library
pkgver = 0.2.9
- pkgrel = 1
+ pkgrel = 2
url = http://people.csail.mit.edu/hubert/pyaudio
arch = i686
arch = x86_64
arch = armv6h
+ arch = armv7h
license = MIT
depends = portaudio
depends = python2-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 53f5d98b956b..d11ceb123aa2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: David Scholl <djscholl at gmail dot com>
pkgname=python2-pyaudio
pkgver=0.2.9
-pkgrel=1
+pkgrel=2
pkgdesc="Python bindings for PortAudio, the cross-platform audio I/O library"
-arch=('i686' 'x86_64' 'armv6h')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="http://people.csail.mit.edu/hubert/pyaudio"
license=('MIT')
depends=('portaudio' 'python2-setuptools')