diff options
Diffstat (limited to 'community/astyle')
-rw-r--r-- | community/astyle/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/astyle/PKGBUILD b/community/astyle/PKGBUILD index 85c4597ea..fb1c573cc 100644 --- a/community/astyle/PKGBUILD +++ b/community/astyle/PKGBUILD @@ -9,7 +9,7 @@ pkgname=astyle pkgver=2.02.1 pkgrel=1 pkgdesc='A free, fast and small automatic formatter for C, C++, C#, and Java source code.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://sourceforge.net/projects/astyle/' license=('LGPL') depends=('gcc-libs') |