summaryrefslogtreecommitdiffstats
path: root/system/alacritty/alacritty.SlackBuild
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2018-03-02 08:04:01 +1300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-03-03 08:42:11 +0700
commitc825414ba27dc69e29c3907124b02c725e287a69 (patch)
treec2a80090c5b0a6abfb539cb14476bafc62de6e30 /system/alacritty/alacritty.SlackBuild
parent6f963704225a739534f3e9d318ae7a07db4226e1 (diff)
downloadslackbuilds-c825414ba27dc69e29c3907124b02c725e287a69.tar.gz
slackbuilds-c825414ba27dc69e29c3907124b02c725e287a69.tar.xz
system/alacritty: Updated for version git475ebec.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'system/alacritty/alacritty.SlackBuild')
-rw-r--r--system/alacritty/alacritty.SlackBuild81
1 files changed, 38 insertions, 43 deletions
diff --git a/system/alacritty/alacritty.SlackBuild b/system/alacritty/alacritty.SlackBuild
index 5bc5e0ff7a..72c4a91aca 100644
--- a/system/alacritty/alacritty.SlackBuild
+++ b/system/alacritty/alacritty.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=alacritty
-GITREV=${GITREV:-2466f81d5e0cb56dd00231f63f2dbcef1840196a}
+GITREV=${GITREV:-475ebecfc4e0648242e82e256dee1489f3a3fe81}
VERSION=${VERSION:-git$(echo "$GITREV" | sed 's/^\(.\{7\}\).*$/\1/')}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -34,6 +34,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)
@@ -90,7 +96,7 @@ mkdir vendor
android_glue=0.2.3 \
ansi_term=0.10.2 \
approx=0.1.1 \
- arraydeque=0.2.3 \
+ arraydeque=0.4.1 \
atty=0.2.6 \
base64=0.9.0 \
bitflags=0.4.0 \
@@ -106,26 +112,21 @@ mkdir vendor
cfg-if=0.1.2 \
cgl=0.2.1 \
cgmath=0.16.0 \
- chrono=0.4.0 \
- clap=2.29.2 \
- clippy=0.0.184 \
- clippy_lints=0.0.184 \
+ clap=2.30.0 \
+ clippy=0.0.187 \
+ clippy_lints=0.0.187 \
cmake=0.1.29 \
- cocoa=0.13.0 \
- core-foundation-sys=0.4.6 \
+ cocoa=0.14.0 \
core-foundation-sys=0.5.1 \
- core-foundation=0.4.6 \
core-foundation=0.5.1 \
- core-graphics=0.12.4 \
core-graphics=0.13.0 \
- core-text=9.1.0 \
+ core-text=9.2.0 \
dlib=0.4.0 \
dtoa=0.4.2 \
- dwmapi-sys=0.1.1 \
either=1.4.0 \
- env_logger=0.5.3 \
+ env_logger=0.5.4 \
errno=0.2.3 \
- euclid=0.16.4 \
+ euclid=0.17.0 \
expat-sys=2.1.5 \
filetime=0.1.15 \
fnv=1.0.6 \
@@ -137,12 +138,11 @@ mkdir vendor
fsevent=0.2.17 \
fuchsia-zircon-sys=0.3.3 \
fuchsia-zircon=0.3.3 \
- gdi32-sys=0.1.2 \
getopts=0.2.17 \
- gl_generator=0.7.0 \
- gl_generator=0.8.0 \
- gleam=0.4.20 \
- glutin=0.12.0 \
+ gl_generator=0.9.0 \
+ gleam=0.4.23 \
+ glutin=0.13.0 \
+ humantime=1.1.0 \
idna=0.1.4 \
if_chain=0.1.2 \
inotify=0.3.0 \
@@ -150,11 +150,11 @@ mkdir vendor
itertools=0.6.5 \
itoa=0.3.4 \
kernel32-sys=0.2.2 \
- khronos_api=2.0.0 \
+ khronos_api=2.1.0 \
lazy_static=1.0.0 \
lazycell=0.4.0 \
lazycell=0.6.0 \
- libc=0.2.36 \
+ libc=0.2.37 \
libloading=0.4.3 \
libz-sys=1.0.18 \
linked-hash-map=0.5.1 \
@@ -166,36 +166,33 @@ mkdir vendor
memmap=0.6.2 \
mio-more=0.1.0 \
mio=0.5.1 \
- mio=0.6.12 \
+ mio=0.6.13 \
miow=0.1.5 \
miow=0.2.1 \
- net2=0.2.31 \
+ net2=0.2.32 \
nix=0.5.1 \
- nodrop=0.1.12 \
notify=4.0.3 \
- num-integer=0.1.35 \
- num-iter=0.1.34 \
- num-traits=0.1.42 \
- num=0.1.41 \
+ num-traits=0.1.43 \
+ num-traits=0.2.0 \
objc-foundation=0.1.1 \
objc=0.2.2 \
objc_id=0.1.0 \
- odds=0.2.26 \
osmesa-sys=0.1.2 \
owning_ref=0.3.3 \
- parking_lot=0.5.3 \
- parking_lot_core=0.2.10 \
+ parking_lot=0.5.4 \
+ parking_lot_core=0.2.13 \
percent-encoding=1.0.1 \
pkg-config=0.3.9 \
pulldown-cmark=0.0.15 \
+ quick-error=1.2.1 \
quine-mc_cluskey=0.2.4 \
quote=0.3.15 \
- rand=0.3.20 \
+ rand=0.3.22 \
rand=0.4.2 \
redox_syscall=0.1.37 \
redox_termios=0.1.1 \
regex-syntax=0.4.2 \
- regex=0.2.5 \
+ regex=0.2.6 \
safemem=0.2.0 \
same-file=1.0.2 \
semver-parser=0.7.0 \
@@ -203,19 +200,18 @@ mkdir vendor
serde=1.0.27 \
serde_derive=1.0.27 \
serde_derive_internals=0.19.0 \
- serde_json=1.0.9 \
+ serde_json=1.0.10 \
serde_yaml=0.7.3 \
shared_library=0.1.8 \
- shell32-sys=0.1.2 \
slab=0.1.3 \
slab=0.3.0 \
smallvec=0.6.0 \
stable_deref_trait=1.0.0 \
- strsim=0.6.0 \
+ strsim=0.7.0 \
syn=0.11.11 \
synom=0.11.3 \
tempfile=2.2.0 \
- termcolor=0.3.3 \
+ termcolor=0.3.5 \
termion=1.5.1 \
textwrap=0.9.0 \
thread_local=0.3.5 \
@@ -227,15 +223,14 @@ mkdir vendor
unicode-width=0.1.4 \
unicode-xid=0.0.4 \
unreachable=1.0.0 \
- url=1.6.0 \
- user32-sys=0.1.3 \
+ url=1.7.0 \
utf8-ranges=1.0.0 \
utf8parse=0.1.0 \
vcpkg=0.2.2 \
vec_map=0.8.0 \
void=1.0.2 \
vte=0.3.2 \
- walkdir=2.0.1 \
+ walkdir=2.1.4 \
wayland-client=0.12.5 \
wayland-kbd=0.13.1 \
wayland-protocols=0.12.5 \
@@ -247,10 +242,10 @@ mkdir vendor
winapi-x86_64-pc-windows-gnu=0.4.0 \
winapi=0.2.8 \
winapi=0.3.4 \
- wincolor=0.1.4 \
- winit=0.10.0 \
+ wincolor=0.1.6 \
+ winit=0.11.1 \
ws2_32-sys=0.2.1 \
- x11-dl=2.17.2 \
+ x11-dl=2.17.3 \
xdg=2.1.0 \
xml-rs=0.7.0 \
yaml-rust=0.4.0 \