diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-02-05 05:53:30 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-02-05 05:53:30 -0500 |
commit | b3e92f08aadaf6b7205fb8f1d3ce00bc2018a4bb (patch) | |
tree | fd965a13007da18e70161bb9f09c9bfb05089109 | |
parent | aedfd60d8a87162e2d4dffc8391c2667a37dc93d (diff) |
Addd mips64el in redland
-rw-r--r-- | extra/redland/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/redland/PKGBUILD b/extra/redland/PKGBUILD index 174f9800e..d6748d580 100644 --- a/extra/redland/PKGBUILD +++ b/extra/redland/PKGBUILD @@ -10,7 +10,7 @@ pkgver=1.0.16 pkgrel=1 url="http://librdf.org/" license=("GPL") -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') makedepends=('rasqal' 'raptor' 'db' 'postgresql-libs' 'libmysqlclient' 'unixodbc' 'sqlite') options=('!libtool') source=(http://download.librdf.org/source/$pkgname-$pkgver.tar.gz{,.asc} |