Browse Source

python/python3-netifaces: SRCNAM changes.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/198/head
fourtysixandtwo 2 years ago
committed by Willy Sudiarto Raharjo
parent
commit
ea77662c92
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 2
      python/python3-netifaces/python3-netifaces.SlackBuild

2
python/python3-netifaces/python3-netifaces.SlackBuild

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-netifaces
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
SRCNAM=${PRGNAM#python3-*}
VERSION=${VERSION:-0.11.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

Loading…
Cancel
Save