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 58b782570..00ed1b3ac 100644 --- a/community/portaudio_cpp/PKGBUILD +++ b/community/portaudio_cpp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=portaudio_cpp pkgver=19_20110326 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') |