diff options
Diffstat (limited to 'extra/sord/PKGBUILD')
-rw-r--r-- | extra/sord/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/sord/PKGBUILD b/extra/sord/PKGBUILD index 2f9921d89..8d0a71024 100644 --- a/extra/sord/PKGBUILD +++ b/extra/sord/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sord pkgver=0.10.4 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>=0.18.0' 'pcre') |