summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo2023-05-15 10:36:16 +0200
committer Willy Sudiarto Raharjo2023-05-27 02:17:21 +0200
commitb4c22f59232ad5d07af2a4221017db6fce3bc40c (patch)
tree94ef5a17a6e5a73493d464bfc0fc3c73ae94d429
parentc6f2effe8174cec86737373e4e304da0cde21376 (diff)
downloadslackbuilds-b4c22f59232ad5d07af2a4221017db6fce3bc40c.tar.gz
graphics/ueberzug: REQUIRES updated for renamed python deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--graphics/ueberzug/ueberzug.SlackBuild2
-rw-r--r--graphics/ueberzug/ueberzug.info2
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ueberzug/ueberzug.SlackBuild b/graphics/ueberzug/ueberzug.SlackBuild
index 60e18cd33e..2631b777c8 100644
--- a/graphics/ueberzug/ueberzug.SlackBuild
+++ b/graphics/ueberzug/ueberzug.SlackBuild
@@ -16,7 +16,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ueberzug
VERSION=${VERSION:-18.1.9}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/graphics/ueberzug/ueberzug.info b/graphics/ueberzug/ueberzug.info
index a15e4a1bc9..c4474d01a4 100644
--- a/graphics/ueberzug/ueberzug.info
+++ b/graphics/ueberzug/ueberzug.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/seebye/ueberzug/archive/18.1.9/ueberzug-18.1.9.tar.
MD5SUM="9d6ee6e2ef75c68e318bdb224be71af1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="docopt python3-psutil python-xlib python3-attrs"
+REQUIRES="python3-docopt python3-psutil python-xlib python3-attrs"
MAINTAINER="Leo C."
EMAIL="leoc@gmx.com"