summaryrefslogtreecommitdiff
path: root/extra/lv2
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-06-19 09:33:04 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-06-19 09:33:04 -0500
commit5d091f9aafcf3e9bdc5ef3ed980cc28f2ce38b5e (patch)
treecb821d1249af4efce878465d7a454e66dfd1d9fe /extra/lv2
parentcfd954d6f3b659c595533296d21ae3673dd8bd43 (diff)
Add mips64el in arch() of suil, lv2 and x11-ssh-askpass
Diffstat (limited to 'extra/lv2')
-rw-r--r--extra/lv2/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/lv2/PKGBUILD b/extra/lv2/PKGBUILD
index a45496af2..7b32d4c3a 100644
--- a/extra/lv2/PKGBUILD
+++ b/extra/lv2/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=2
pkgdesc="Successor to the LADSPA audio plug-in standard"
url="http://lv2plug.in/"
license=('LGPL' 'custom')
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
makedepends=('python2' 'libsndfile' 'gtk2')
optdepends=('libsndfile: lv2-eg-sampler'
'gtk2: lv2-eg-sampler')