diff options
Diffstat (limited to 'community/confuse/PKGBUILD')
-rw-r--r-- | community/confuse/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/confuse/PKGBUILD b/community/confuse/PKGBUILD index 2d7f3d77b..33f19975c 100644 --- a/community/confuse/PKGBUILD +++ b/community/confuse/PKGBUILD @@ -6,9 +6,9 @@ pkgname=confuse pkgver=2.7 -pkgrel=2 +pkgrel=2.1 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') |