diff options
Diffstat (limited to 'system/ripgrep/ripgrep.SlackBuild')
-rw-r--r-- | system/ripgrep/ripgrep.SlackBuild | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/system/ripgrep/ripgrep.SlackBuild b/system/ripgrep/ripgrep.SlackBuild index 45c7d6d6f4065..ee6df708dc18c 100644 --- a/system/ripgrep/ripgrep.SlackBuild +++ b/system/ripgrep/ripgrep.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ripgrep -VERSION=${VERSION:-0.8.0} +VERSION=${VERSION:-0.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -33,6 +33,12 @@ if [ -z "$ARCH" ]; then arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac + + if [ "$ARCH" = "i586" ]; then + if rustc -Vv | grep host | grep i686 > /dev/null ; then + ARCH=i686 + fi + fi fi CWD=$(pwd) @@ -91,7 +97,7 @@ mkdir vendor bitflags=1.0.1 \ bytecount=0.3.1 \ cfg-if=0.1.2 \ - clap=2.29.4 \ + clap=2.30.0 \ crossbeam=0.3.2 \ encoding_rs=0.7.2 \ fnv=1.0.6 \ @@ -121,7 +127,7 @@ mkdir vendor unreachable=1.0.0 \ utf8-ranges=1.0.0 \ void=1.0.2 \ - walkdir=2.1.3 \ + walkdir=2.1.4 \ winapi-i686-pc-windows-gnu=0.4.0 \ winapi-x86_64-pc-windows-gnu=0.4.0 \ winapi=0.3.4; do |