diff options
Diffstat (limited to 'testing/libnice/PKGBUILD')
-rw-r--r-- | testing/libnice/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libnice/PKGBUILD b/testing/libnice/PKGBUILD index b46074046..97e10f729 100644 --- a/testing/libnice/PKGBUILD +++ b/testing/libnice/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libnice pkgver=0.1.0 pkgrel=1 pkgdesc="An implementation of the IETF's draft ICE (for p2p UDP data streams)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://nice.freedesktop.org" license=('LGPL') depends=('gstreamer0.10') |