summaryrefslogtreecommitdiffstats
path: root/system/alacritty/alacritty.SlackBuild
diff options
context:
space:
mode:
author Andrew Clemons2019-07-12 23:10:37 +0200
committer Willy Sudiarto Raharjo2019-07-13 03:30:58 +0200
commit1495bf1471dabc87c7bb9630c4834fe63652d295 (patch)
treeec6a62f5d470f784df716ce3e7e3a067ebb79cf6 /system/alacritty/alacritty.SlackBuild
parentd1f50bf3c7fb37c8f73227c06b17b6171c614580 (diff)
downloadslackbuilds-1495bf1471dabc87c7bb9630c4834fe63652d295.tar.gz
system/alacritty: Updated for version 0.3.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'system/alacritty/alacritty.SlackBuild')
-rw-r--r--system/alacritty/alacritty.SlackBuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/system/alacritty/alacritty.SlackBuild b/system/alacritty/alacritty.SlackBuild
index 3a9febba6e..eae1e286bb 100644
--- a/system/alacritty/alacritty.SlackBuild
+++ b/system/alacritty/alacritty.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for alacritty
-# Copyright 2017-2018 Andrew Clemons, Wellington New Zealand
+# Copyright 2017-2019 Andrew Clemons, Wellington New Zealand
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=alacritty
-VERSION=${VERSION:-0.2.3}
+VERSION=${VERSION:-0.3.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -69,10 +69,6 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
-if grep 'github.com/zacps/winpty?branch=rust' Cargo.lock > /dev/null 2>&1 ; then
- zcat "$CWD/6f4ad9bb4f82bfdc4d8aac883a65ddd8c6acd45d.patch.gz" | patch -p1
-fi
-
# build offline
# configuration tells cargo to use the configured directory
# for dependencies instead of downloading from crates.io