diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-15 02:36:16 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-27 07:17:21 +0700 |
commit | b4c22f59232ad5d07af2a4221017db6fce3bc40c (patch) | |
tree | 94ef5a17a6e5a73493d464bfc0fc3c73ae94d429 /graphics | |
parent | c6f2effe8174cec86737373e4e304da0cde21376 (diff) |
graphics/ueberzug: REQUIRES updated for renamed python deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ueberzug/ueberzug.SlackBuild | 2 | ||||
-rw-r--r-- | graphics/ueberzug/ueberzug.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ueberzug/ueberzug.SlackBuild b/graphics/ueberzug/ueberzug.SlackBuild index 60e18cd33e95..2631b777c846 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 a15e4a1bc94f..c4474d01a451 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" |