diff options
Diffstat (limited to 'core/bison/PKGBUILD')
-rw-r--r-- | core/bison/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/bison/PKGBUILD b/core/bison/PKGBUILD index 4905ff507..8d21f88d8 100644 --- a/core/bison/PKGBUILD +++ b/core/bison/PKGBUILD @@ -4,9 +4,9 @@ pkgname=bison pkgver=2.7 -pkgrel=1 +pkgrel=1.1 pkgdesc="The GNU general-purpose parser generator" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL3') url="http://www.gnu.org/software/bison/bison.html" depends=('glibc' 'm4' 'sh') |