diff options
Diffstat (limited to 'python/python2-keyutils')
-rw-r--r-- | python/python2-keyutils/python2-keyutils.SlackBuild | 2 | ||||
-rw-r--r-- | python/python2-keyutils/python2-keyutils.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/python2-keyutils/python2-keyutils.SlackBuild b/python/python2-keyutils/python2-keyutils.SlackBuild index 1c97578af8..9e5f9af49a 100644 --- a/python/python2-keyutils/python2-keyutils.SlackBuild +++ b/python/python2-keyutils/python2-keyutils.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python2-keyutils SRCNAM=$( echo $PRGNAM | cut -d- -f2- ) VERSION=${VERSION:-0.5} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python2-keyutils/python2-keyutils.info b/python/python2-keyutils/python2-keyutils.info index bd39b4699b..2214653a6f 100644 --- a/python/python2-keyutils/python2-keyutils.info +++ b/python/python2-keyutils/python2-keyutils.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/10/5f/685e3525cef6f276fd29a949b293d19 MD5SUM="f5dc103afefc6278991d8bd0ca528ded" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pytest-runner" +REQUIRES="python2-pytest-runner" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |