Browse Source
desktop/kolorcontrol: REQUIRES updated for renamed python deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/198/head
fourtysixandtwo
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
2 additions and
2 deletions
-
desktop/kolorcontrol/kolorcontrol.SlackBuild
-
desktop/kolorcontrol/kolorcontrol.info
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=kolorcontrol |
|
|
|
VERSION=${VERSION:-20181211git} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
BUILD=${BUILD:-2} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/Ablinne/kolorcontrol/archive/6b7ab04deea96b688feb20 |
|
|
|
MD5SUM="96a193eae2f8c56c0dfa4173a425dcbc" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="pyqt-distutils python3-matplotlib xcalib" |
|
|
|
REQUIRES="python3-pyqt-distutils python3-matplotlib xcalib" |
|
|
|
MAINTAINER="Leo C." |
|
|
|
EMAIL="leoc@gmx.com" |