diff options
Diffstat (limited to 'extra/qjackctl')
-rw-r--r-- | extra/qjackctl/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/qjackctl/PKGBUILD b/extra/qjackctl/PKGBUILD index 3242ec5c9..ead710a4e 100644 --- a/extra/qjackctl/PKGBUILD +++ b/extra/qjackctl/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.3.10 pkgrel=1 pkgdesc="A Qt front-end for the JACK low-latency audio server" url="http://qjackctl.sourceforge.net/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('jack' 'qt4') # qjackctl may soon support qt5 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") |