diff options
Diffstat (limited to 'community/lxc/PKGBUILD')
-rw-r--r-- | community/lxc/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lxc/PKGBUILD b/community/lxc/PKGBUILD index 844059cde..e5944628f 100644 --- a/community/lxc/PKGBUILD +++ b/community/lxc/PKGBUILD @@ -9,7 +9,7 @@ pkgver=0.9.0 epoch=1 pkgrel=1 pkgdesc="Linux Containers" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://lxc.sourceforge.net/" depends=('bash' 'perl') license=('LGPL') |