diff options
Diffstat (limited to 'extra/lilv/PKGBUILD')
-rw-r--r-- | extra/lilv/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/lilv/PKGBUILD b/extra/lilv/PKGBUILD index 60ac98930..9b58dff47 100644 --- a/extra/lilv/PKGBUILD +++ b/extra/lilv/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lilv pkgver=0.16.0 pkgrel=1 pkgdesc="A library to make the use of LV2 plugins as simple as possible for applications" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://drobilla.net/software/lilv/" license=('custom:ISC') depends=('python2' 'sratom>=0.4.2' 'jack') |