diff options
Diffstat (limited to 'extra/asio/PKGBUILD')
-rw-r--r-- | extra/asio/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/asio/PKGBUILD b/extra/asio/PKGBUILD index 952b5e16d..2ff599483 100644 --- a/extra/asio/PKGBUILD +++ b/extra/asio/PKGBUILD @@ -6,7 +6,7 @@ pkgname=asio pkgver=1.4.8 pkgrel=2 pkgdesc="Cross-platform C++ library for ASynchronous network I/O" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://asio.sourceforge.net" license=('custom') depends=('boost') |