diff options
-rw-r--r-- | community/lout/PKGBUILD | 2 | ||||
-rw-r--r-- | community/serd/PKGBUILD | 2 | ||||
-rw-r--r-- | community/sord/PKGBUILD | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/community/lout/PKGBUILD b/community/lout/PKGBUILD index 71aa6f957..3abe6c2a6 100644 --- a/community/lout/PKGBUILD +++ b/community/lout/PKGBUILD @@ -6,7 +6,7 @@ pkgname=lout pkgver=3.39 pkgrel=1 pkgdesc="A lightweight document formatting system." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://lout.wiki.sourceforge.net/" license=('GPL') depends=('glibc') 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') 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') |