diff options
Diffstat (limited to 'extra/rasqal')
-rw-r--r-- | extra/rasqal/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/rasqal/PKGBUILD b/extra/rasqal/PKGBUILD index 8a482fb92..5e58afc6f 100644 --- a/extra/rasqal/PKGBUILD +++ b/extra/rasqal/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc="A free C library that handles Resource Description Framework (RDF) query syntaxes, query construction and query execution returning result bindings" url="http://librdf.org/rasqal" license=('GPL' 'LGPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('raptor>=2.0.3' 'mpfr') options=('!libtool') source=(http://download.librdf.org/source/${pkgname}-${pkgver}.tar.gz) |