mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/internetarchive: REQUIRES updated for renamed python deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7f5248cad0
commit
4ef8bf0f07
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=internetarchive
|
||||
VERSION=${VERSION:-3.0.1}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/jjjake/internetarchive/archive/v3.0.1/internetarchi
|
|||
MD5SUM="07ed7f69a7ff99c03a1176dc61f643c1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="docopt schema tqdm"
|
||||
REQUIRES="python3-docopt schema tqdm"
|
||||
MAINTAINER="Alan Aversa"
|
||||
EMAIL="alan_avNOersa@lSPAMavabit.com"
|
||||
|
|
Loading…
Reference in a new issue