diff options
Diffstat (limited to 'community/the_silver_searcher/PKGBUILD')
-rw-r--r-- | community/the_silver_searcher/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/the_silver_searcher/PKGBUILD b/community/the_silver_searcher/PKGBUILD index 3d6293130..917246621 100644 --- a/community/the_silver_searcher/PKGBUILD +++ b/community/the_silver_searcher/PKGBUILD @@ -10,7 +10,7 @@ pkgdesc='Code searching tool similar to Ack, but faster' url='https://github.com/ggreer/the_silver_searcher' license=('Apache') depends=('pcre' 'zlib') -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') source=("https://github.com/ggreer/$pkgname/archive/$pkgver.tar.gz") sha256sums=('9334d6f41685963c41790502fcfd83ed0ac664d94626d9fee44ae5c33c616bb3') |