aboutsummaryrefslogtreecommitdiff
path: root/graphics/mcomix/mcomix.SlackBuild
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2023-06-25 02:50:01 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-08 16:41:56 +0700
commit21763cff837d09529076042f59d95d20ac96b1a2 (patch)
tree6bf3e15a9fa1b31daa0a1ea0522f92602cff6c6b /graphics/mcomix/mcomix.SlackBuild
parent156e7ac3554c2f3f52358c4e19074cbcbc7c33d1 (diff)
graphics/mcomix: Updated for version 2.1.1.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/mcomix/mcomix.SlackBuild')
-rw-r--r--graphics/mcomix/mcomix.SlackBuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/mcomix/mcomix.SlackBuild b/graphics/mcomix/mcomix.SlackBuild
index 059cdc6c4e308..1dcf7fde95e3e 100644
--- a/graphics/mcomix/mcomix.SlackBuild
+++ b/graphics/mcomix/mcomix.SlackBuild
@@ -6,6 +6,11 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20230625 bkw: update for v2.1.1.
+# Note to self: it would be possible to use bsdtar in place of unrar
+# and p7zip, but it would require too much patching. Better to talk
+# upstream into adding it as an option.
+
# 20230111 bkw: This is an all-new SlackBuild for mcomix. We removed
# mcomix from SBo in May of 2020 because it needed python2 libraries
# that no longer existed in Slackware. It was replaced with mcomix3,
@@ -15,7 +20,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mcomix
-VERSION=${VERSION:-2.1.0}
+VERSION=${VERSION:-2.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}