From 89c483ea320deabd1655aad79f2d734da3e4f850 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Tue, 27 Nov 2018 01:09:57 +0100 Subject: [PATCH] exa: Update to avoid using rust-users fork --- packages/exa/Cargo.toml.patch | 2 +- packages/exa/build.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/exa/Cargo.toml.patch b/packages/exa/Cargo.toml.patch index 6ec2b2be1..da3d5d24c 100644 --- a/packages/exa/Cargo.toml.patch +++ b/packages/exa/Cargo.toml.patch @@ -6,7 +6,7 @@ diff -u -r ../exa-57e4c08411f59e7db91fa7d8127fbd412667ea32/Cargo.toml ./Cargo.to term_size = "0.3.0" unicode-width = "0.1.4" -users = "0.7" -+users = { git = "https://github.com/fornwall/rust-users", branch = "fix-android-build" } ++users = "0.8.1" zoneinfo_compiled = "0.4.7" [build-dependencies] diff --git a/packages/exa/build.sh b/packages/exa/build.sh index af57ef942..f12cc18ac 100644 --- a/packages/exa/build.sh +++ b/packages/exa/build.sh @@ -1,8 +1,8 @@ TERMUX_PKG_HOMEPAGE=https://the.exa.website TERMUX_PKG_DESCRIPTION="A modern replacement for ls" -TERMUX_PKG_VERSION=0.9~pre1 -TERMUX_PKG_SHA256=3cec8e192dd5b69e650605a1948832d4d52ad25d37deecb49a180df020449f54 -TERMUX_PKG_SRCURL=https://github.com/ogham/exa/archive/57e4c08411f59e7db91fa7d8127fbd412667ea32.zip +TERMUX_PKG_VERSION=0.9~pre2 +TERMUX_PKG_SHA256=df558e74aed27425b9dd2fbca4ee14eee672677722b93b77984d1b9b5265e023 +TERMUX_PKG_SRCURL=https://github.com/ogham/exa/archive/485611e7c97d2043731ae83653a70eee2eb69a4b.zip TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--no-default-features --features default" TERMUX_PKG_BUILD_IN_SRC=yes