diff options
Diffstat (limited to 'extra/raptor/PKGBUILD')
-rw-r--r-- | extra/raptor/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/raptor/PKGBUILD b/extra/raptor/PKGBUILD index 62a6a6e50..3bd747b37 100644 --- a/extra/raptor/PKGBUILD +++ b/extra/raptor/PKGBUILD @@ -7,7 +7,7 @@ pkgname=raptor pkgver=2.0.6 pkgrel=1 pkgdesc="A C library that parses RDF/XML/N-Triples into RDF triples" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://librdf.org/raptor" depends=('curl>=7.22.0' 'libxslt>=1.1.26') license=('LGPL') |