diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-26 05:33:40 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-07-26 05:33:40 -0500 |
commit | 4d788e769855cbef2539d7cf7049dc2b4d9ac2e0 (patch) | |
tree | cb86b2499568140182a9acb58c72f945e3bca453 /extra/spandsp | |
parent | 6d585eb3ccb8cc18ecc977432ee3b6d618f1a41f (diff) |
Add mips64el in archs
Diffstat (limited to 'extra/spandsp')
-rw-r--r-- | extra/spandsp/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/spandsp/PKGBUILD b/extra/spandsp/PKGBUILD index 3f5f5f94e..4efe28954 100644 --- a/extra/spandsp/PKGBUILD +++ b/extra/spandsp/PKGBUILD @@ -5,7 +5,7 @@ pkgname=spandsp pkgver=0.0.6pre20 pkgrel=1 pkgdesc="A DSP library for telephony" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) license=('GPL') url="http://www.soft-switch.org/" depends=('libtiff') |