diff options
Diffstat (limited to 'core/grep/PKGBUILD')
-rw-r--r-- | core/grep/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/grep/PKGBUILD b/core/grep/PKGBUILD index 18ef7c6d4..893107e56 100644 --- a/core/grep/PKGBUILD +++ b/core/grep/PKGBUILD @@ -6,7 +6,7 @@ pkgname=grep pkgver=2.9 pkgrel=2 pkgdesc="A string search utility" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL3') url="http://www.gnu.org/software/grep/grep.html" groups=('base') |