diff options
Diffstat (limited to 'community/ragel/PKGBUILD')
-rw-r--r-- | community/ragel/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ragel/PKGBUILD b/community/ragel/PKGBUILD index fbff09e27..f904348bc 100644 --- a/community/ragel/PKGBUILD +++ b/community/ragel/PKGBUILD @@ -10,7 +10,7 @@ pkgname=ragel pkgver=6.7 pkgrel=1 pkgdesc="Compiles finite state machines from regular languages into executable C, C++, Objective-C, or D code." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.complang.org/ragel/" license=('GPL') depends=('gcc-libs') |