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 db4527214..5c37c9bd7 100644 --- a/core/grep/PKGBUILD +++ b/core/grep/PKGBUILD @@ -6,7 +6,7 @@ pkgname=grep pkgver=2.14 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' 'base-devel') |