diff options
Diffstat (limited to 'extra/asio/PKGBUILD')
-rw-r--r-- | extra/asio/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/asio/PKGBUILD b/extra/asio/PKGBUILD index 952b5e16d..1d86a8db5 100644 --- a/extra/asio/PKGBUILD +++ b/extra/asio/PKGBUILD @@ -4,9 +4,9 @@ pkgname=asio pkgver=1.4.8 -pkgrel=2 +pkgrel=2.1 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') |