diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-18 14:04:53 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-18 14:04:53 -0300 |
commit | 941cea43b3f1e6ba2220be5789c06c39cc89c62b (patch) | |
tree | 7f92ae3a67478d396e103226cf48c3d97a35f688 /extra/raptor1 | |
parent | 545a4c749d49c3fddbc57c157d650b194e2193d8 (diff) |
KDE graphics built without sane support
Diffstat (limited to 'extra/raptor1')
-rw-r--r-- | extra/raptor1/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/raptor1/PKGBUILD b/extra/raptor1/PKGBUILD index c50886bde..c8cf6aa7b 100644 --- a/extra/raptor1/PKGBUILD +++ b/extra/raptor1/PKGBUILD @@ -7,7 +7,7 @@ pkgname=raptor1 pkgver=1.4.21 pkgrel=3 pkgdesc="A C library that parses RDF/XML/N-Triples into RDF triples - old V1 api for compatibility" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://librdf.org/raptor" depends=('libxml2' 'curl' 'zlib' 'libxslt') license=('LGPL') |