diff options
Diffstat (limited to 'extra/liblrdf')
-rw-r--r-- | extra/liblrdf/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/liblrdf/PKGBUILD b/extra/liblrdf/PKGBUILD index 49a0fe584..f740dbff7 100644 --- a/extra/liblrdf/PKGBUILD +++ b/extra/liblrdf/PKGBUILD @@ -5,7 +5,7 @@ pkgname=liblrdf pkgver=0.4.0 pkgrel=9 pkgdesc="A library for the manipulation of RDF file in LADSPA plugins" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://sourceforge.net/projects/lrdf" #"http://sourceforge.net/projects/lrdf" depends=('raptor' 'ladspa') makedepends=('pkgconfig') |