diff options
Diffstat (limited to 'graphics/mcomix/mcomix.SlackBuild')
-rw-r--r-- | graphics/mcomix/mcomix.SlackBuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/mcomix/mcomix.SlackBuild b/graphics/mcomix/mcomix.SlackBuild index 059cdc6c4e30..1dcf7fde95e3 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} |