diff options
Diffstat (limited to 'community/sord/PKGBUILD')
-rw-r--r-- | community/sord/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sord/PKGBUILD b/community/sord/PKGBUILD index 3ee624983..779212094 100644 --- a/community/sord/PKGBUILD +++ b/community/sord/PKGBUILD @@ -5,7 +5,7 @@ pkgname=sord pkgver=0.8.0 pkgrel=1 pkgdesc="A lightweight C library for storing RDF data in memory." -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url="http://drobilla.net/software/$pkgname/" license=('custom:ISC') depends=('serd' 'pcre') |