diff options
Diffstat (limited to 'community/qtemu')
-rw-r--r-- | community/qtemu/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/qtemu/PKGBUILD b/community/qtemu/PKGBUILD index 2a0ada7e2..2fe9aeaf4 100644 --- a/community/qtemu/PKGBUILD +++ b/community/qtemu/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=3 pkgdesc="Graphical user interface for QEMU written in Qt4" url="http://qtemu.org" license=("GPL") -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') makedepends=('cmake') depends=('qemu' 'qt>=4.1') source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2) |