diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-08-03 11:52:01 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-08-03 11:52:01 -0500 |
commit | f3f72f13c82df73ec482c4d5124645619ab1ed01 (patch) | |
tree | b2dba6674f9b7a287ce727b5d7343dc2947dce4c /community/pd | |
parent | cac6c854c6777f9c69230e8cf4a08c25f6b981cf (diff) |
Add mips64el in archs
Diffstat (limited to 'community/pd')
-rw-r--r-- | community/pd/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pd/PKGBUILD b/community/pd/PKGBUILD index 18449382a..07e31708e 100644 --- a/community/pd/PKGBUILD +++ b/community/pd/PKGBUILD @@ -9,7 +9,7 @@ pkgver=0.43.3 _ver=${pkgver%.*}-${pkgver##*.} pkgrel=1 pkgdesc="The Pure Data real-time music and multimedia environment" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://crca.ucsd.edu/~msp/software.html" license=('custom:BSD') depends=('jack' 'fftw' 'tk') |