exa: Update to avoid using rust-users fork

This commit is contained in:
Fredrik Fornwall 2018-11-27 01:09:57 +01:00
parent a18defcc7c
commit 89c483ea32
2 changed files with 4 additions and 4 deletions

View File

@ -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]

View File

@ -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