diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-19 08:46:59 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-06-19 08:46:59 -0500 |
commit | cfd954d6f3b659c595533296d21ae3673dd8bd43 (patch) | |
tree | 12005677b82258f46d39f9791d4b6bfd8b14c462 /community/serd | |
parent | b526d07bfb34845a348b6bd1eb9f8f6f8ac0c31a (diff) |
Add mips64el in arch() of lout, serd and sord
Diffstat (limited to 'community/serd')
-rw-r--r-- | community/serd/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/serd/PKGBUILD b/community/serd/PKGBUILD index 0caa08e58..2cde48d68 100644 --- a/community/serd/PKGBUILD +++ b/community/serd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=serd pkgver=0.14.0 pkgrel=1 pkgdesc="A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples." -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://drobilla.net/software/$pkgname/" license=('custom:ISC') depends=('glibc') |