diff options
Diffstat (limited to 'community/portaudio_cpp/PKGBUILD')
-rw-r--r-- | community/portaudio_cpp/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/portaudio_cpp/PKGBUILD b/community/portaudio_cpp/PKGBUILD index be0d476ec..b3f9f7eaa 100644 --- a/community/portaudio_cpp/PKGBUILD +++ b/community/portaudio_cpp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=portaudio_cpp pkgver=19_20111121 pkgrel=1 pkgdesc='PortAudio C++ bindings' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.portaudio.com/' license=('custom') depends=("portaudio=${pkgver}" 'gcc-libs') |