aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Alberghini <414N@slacky.it>2024-06-30 09:30:41 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-06-30 18:02:06 +0700
commitfed8b4439711a56a50854a38f378f80d6c41d401 (patch)
tree03574af378cde0cf26cb8582b3f36b46f3eb84a3
parent3a04b2282ecca67c5f780517a58980d5835ca006 (diff)
system/terminator: Updated for version 2.1.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/terminator/terminator.SlackBuild6
-rw-r--r--system/terminator/terminator.info6
2 files changed, 8 insertions, 4 deletions
diff --git a/system/terminator/terminator.SlackBuild b/system/terminator/terminator.SlackBuild
index e8f7c5a95375..3660fe3d7e98 100644
--- a/system/terminator/terminator.SlackBuild
+++ b/system/terminator/terminator.SlackBuild
@@ -31,11 +31,12 @@
# 20160625 - Updated for version 0.98 (thanks to Andrzej Telszewski)
# 20161126 - Updated for version 1.0
# 20230507 - Updated for version 2.1.3
+# 20240629 - Updated for version 2.1.4
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=terminator
-VERSION=${VERSION:-2.1.3}
+VERSION=${VERSION:-2.1.4}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -71,6 +72,9 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
+elif [ "$ARCH" = "aarch64" ]; then
+ SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
diff --git a/system/terminator/terminator.info b/system/terminator/terminator.info
index 3e84c51471f1..aea561e638e7 100644
--- a/system/terminator/terminator.info
+++ b/system/terminator/terminator.info
@@ -1,8 +1,8 @@
PRGNAM="terminator"
-VERSION="2.1.3"
+VERSION="2.1.4"
HOMEPAGE="https://github.com/gnome-terminator/terminator"
-DOWNLOAD="https://github.com/gnome-terminator/terminator/releases/download/v2.1.3/terminator-2.1.3.tar.gz"
-MD5SUM="c15ed0329bd324fb3f0c59a88650780f"
+DOWNLOAD="https://github.com/gnome-terminator/terminator/releases/download/v2.1.4/terminator-2.1.4.tar.gz"
+MD5SUM="43d8f806dae2f6f4d9e1eef309d62791"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-pytest-runner python3-psutil configobj"