diff options
Diffstat (limited to 'community/libconfig')
-rw-r--r-- | community/libconfig/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libconfig/PKGBUILD b/community/libconfig/PKGBUILD index 901b7e443..aff83cb5a 100644 --- a/community/libconfig/PKGBUILD +++ b/community/libconfig/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libconfig pkgver=1.4.8 pkgrel=1 pkgdesc="C/C++ Configuration File Library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://hyperrealm.com/libconfig/libconfig.html" license=('LGPL') depends=('gcc-libs' 'texinfo') |