summaryrefslogtreecommitdiff
path: root/pcr/a2jmidid/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/a2jmidid/PKGBUILD')
-rw-r--r--pcr/a2jmidid/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/a2jmidid/PKGBUILD b/pcr/a2jmidid/PKGBUILD
index 60d6f048f..3391d0d9a 100644
--- a/pcr/a2jmidid/PKGBUILD
+++ b/pcr/a2jmidid/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=a2jmidid
pkgver=8
pkgrel=1
pkgdesc="A daemon for exposing legacy ALSA sequencer applications in JACK MIDI system."
-arch=('i686')
+arch=('i686' 'mips64el')
url="http://home.gna.org/$pkgname/"
license=('GPL')
depends=('jack' 'python2-dbus')
@@ -30,4 +30,4 @@ package() {
# python2 fix
sed -i "s/python/&2/" "$pkgdir/usr/bin/a2j_control"
-} \ No newline at end of file
+}