mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/speedtest-cli: Updated for version 0.2.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ca2e084845
commit
8b74373910
3 changed files with 8 additions and 4 deletions
3
network/speedtest-cli/doinst.sh
Normal file
3
network/speedtest-cli/doinst.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=speedtest-cli
|
||||
VERSION=${VERSION:-0.2.5}
|
||||
VERSION=${VERSION:-0.2.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -80,6 +80,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
|||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="speedtest-cli"
|
||||
VERSION="0.2.5"
|
||||
VERSION="0.2.7"
|
||||
HOMEPAGE="https://github.com/sivel/speedtest-cli"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/s/speedtest-cli/speedtest-cli-0.2.5.tar.gz"
|
||||
MD5SUM="e38194f405ef04926066923ad6f0f9b7"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/s/speedtest-cli/speedtest-cli-0.2.7.tar.gz"
|
||||
MD5SUM="1d36ea0e58a6d3504fac2377a036f6bd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="pysetuptools"
|
||||
|
|
Loading…
Reference in a new issue