summaryrefslogtreecommitdiffstats
path: root/system/exa/exa.SlackBuild
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2017-10-14 12:21:20 +0100
committer David Spencer <idlemoor@slackbuilds.org>2017-10-14 14:47:00 +0100
commit3b75d69b7ae9fac09eb44391ae0f5e02bd64eec1 (patch)
treeec887820f67fb619b99d5d367c39fe5796504976 /system/exa/exa.SlackBuild
parent1ab50bb44ad66c12be1ed485ad5dfa68b2311291 (diff)
downloadslackbuilds-3b75d69b7ae9fac09eb44391ae0f5e02bd64eec1.tar.gz
slackbuilds-3b75d69b7ae9fac09eb44391ae0f5e02bd64eec1.tar.xz
system/exa: Updated for new zoneinfo crate.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/exa/exa.SlackBuild')
-rw-r--r--system/exa/exa.SlackBuild20
1 files changed, 5 insertions, 15 deletions
diff --git a/system/exa/exa.SlackBuild b/system/exa/exa.SlackBuild
index dc5cda8458..56fdabd4ce 100644
--- a/system/exa/exa.SlackBuild
+++ b/system/exa/exa.SlackBuild
@@ -67,6 +67,9 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
+# https://github.com/ogham/exa/issues/301
+patch -p1 < $CWD/upgrade_datetime_crate.diff
+
# build offline
# configuration tells cargo to use the configured directory
# for dependencies intead of downloading from crates.io
@@ -87,13 +90,10 @@ mkdir vendor
for dependency in aho-corasick=0.5.3 \
ansi_term=0.8.0 \
- bitflags=0.7.0 \
bitflags=0.9.1 \
byteorder=0.4.2 \
cmake=0.1.25 \
- conv=0.3.3 \
- custom_derive=0.1.7 \
- datetime=0.4.5 \
+ datetime=0.4.7 \
env_logger=0.3.5 \
gcc=0.3.53 \
getopts=0.2.14 \
@@ -108,29 +108,19 @@ mkdir vendor
libz-sys=1.0.16 \
locale=0.2.2 \
log=0.3.8 \
- magenta=0.1.1 \
- magenta-sys=0.1.1 \
matches=0.1.6 \
memchr=0.1.11 \
natord=1.0.9 \
nom=1.2.4 \
- num=0.1.40 \
- num-bigint=0.1.40 \
- num-complex=0.1.40 \
- num-integer=0.1.35 \
- num-iter=0.1.34 \
- num-rational=0.1.39 \
num-traits=0.1.40 \
num_cpus=1.6.2 \
number_prefix=0.2.7 \
pad=0.1.4 \
percent-encoding=1.0.0 \
pkg-config=0.3.9 \
- rand=0.3.16 \
redox_syscall=0.1.31 \
regex=0.1.80 \
regex-syntax=0.3.9 \
- rustc-serialize=0.3.24 \
scoped_threadpool=0.1.7 \
term_grid=0.1.6 \
term_size=0.3.0 \
@@ -145,7 +135,7 @@ mkdir vendor
vcpkg=0.2.2 \
winapi=0.2.8 \
winapi-build=0.1.1 \
- zoneinfo_compiled=0.4.5; do
+ zoneinfo_compiled=0.4.7; do
dep="$(echo "$dependency" | cut -d= -f1)"
ver="$(echo "$dependency" | cut -d= -f2)"