diff options
Diffstat (limited to 'community/augeas/PKGBUILD')
-rw-r--r-- | community/augeas/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/augeas/PKGBUILD b/community/augeas/PKGBUILD index c73aea724..8b53ffec1 100644 --- a/community/augeas/PKGBUILD +++ b/community/augeas/PKGBUILD @@ -6,7 +6,7 @@ pkgname=augeas pkgver=1.2.0 pkgrel=1 pkgdesc="A configuration editing tool that parses config files and transforms them into a tree" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://augeas.net" license=('LGPL') depends=('libxml2' 'gcc-libs') |