diff options
Diffstat (limited to 'community/confuse/PKGBUILD')
-rwxr-xr-x | community/confuse/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/confuse/PKGBUILD b/community/confuse/PKGBUILD index 2d7f3d77b..14cc92378 100755 --- a/community/confuse/PKGBUILD +++ b/community/confuse/PKGBUILD @@ -8,7 +8,7 @@ pkgname=confuse pkgver=2.7 pkgrel=2 pkgdesc="C-library for parsing configuration files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.nongnu.org/confuse" license=('LGPL') depends=('glibc') |