| author | Evangelos Foutras
<foutrelis@archlinux.org> 2017-11-15 14:29:11 UTC |
| committer | Evangelos Foutras
<foutrelis@archlinux.org> 2017-11-15 14:29:11 UTC |
| parent | aab3b079d4303e7b55be337e576ddacff2d96a4f |
| PKGBUILD | +1 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 01d28cb..4d04ecb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=ripgrep pkgver=0.7.1 pkgrel=1 pkgdesc="A search tool that combines the usability of ag with the raw speed of grep" -arch=('i686' 'x86_64') +arch=('x86_64') url="https://github.com/BurntSushi/ripgrep" license=('MIT' 'UNLICENSE') depends=('gcc-libs')