diff options
Diffstat (limited to 'community/astyle/PKGBUILD')
-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 0a7385d93..0ccad7c7e 100644 --- a/community/astyle/PKGBUILD +++ b/community/astyle/PKGBUILD @@ -8,7 +8,7 @@ pkgname=astyle pkgver=2.01 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') |