diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-19 09:33:04 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-19 09:33:04 -0500 |
commit | 5d091f9aafcf3e9bdc5ef3ed980cc28f2ce38b5e (patch) | |
tree | cb821d1249af4efce878465d7a454e66dfd1d9fe /community/suil/PKGBUILD | |
parent | cfd954d6f3b659c595533296d21ae3673dd8bd43 (diff) |
Add mips64el in arch() of suil, lv2 and x11-ssh-askpass
Diffstat (limited to 'community/suil/PKGBUILD')
-rw-r--r-- | community/suil/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/suil/PKGBUILD b/community/suil/PKGBUILD index e44474115..17b65e29d 100644 --- a/community/suil/PKGBUILD +++ b/community/suil/PKGBUILD @@ -5,7 +5,7 @@ pkgname=suil pkgver=0.6.2 pkgrel=1 pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://drobilla.net/software/$pkgname/" license=('custom:ISC') depends=('lv2') |