summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2019-01-04 20:30:21 +0100
committer Willy Sudiarto Raharjo2019-01-05 01:49:25 +0100
commit8c4f4f8fa9397612ed9eb5b353537a18d7c617c1 (patch)
tree09fe04013e47ba2ab3a70249e4890dcf7db71667
parentfef6ac4e31d0f7ac7a99ff56e9e715ff43259ea5 (diff)
downloadslackbuilds-8c4f4f8fa9397612ed9eb5b353537a18d7c617c1.tar.gz
python/shutil_which: Updated for version 3.5.2.
-rw-r--r--python/shutil_which/shutil_which.SlackBuild8
-rw-r--r--python/shutil_which/shutil_which.info6
2 files changed, 8 insertions, 6 deletions
diff --git a/python/shutil_which/shutil_which.SlackBuild b/python/shutil_which/shutil_which.SlackBuild
index 8f57561394..3dccee3cb0 100644
--- a/python/shutil_which/shutil_which.SlackBuild
+++ b/python/shutil_which/shutil_which.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for shutil_which
-# Copyright 2017 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=shutil_which
SRCNAM=backports.$PRGNAM
-VERSION=${VERSION:-3.5.1}
+VERSION=${VERSION:-3.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -76,7 +76,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a \
+ LICENSE README.md \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/python/shutil_which/shutil_which.info b/python/shutil_which/shutil_which.info
index 9e750d183c..fab4b7678b 100644
--- a/python/shutil_which/shutil_which.info
+++ b/python/shutil_which/shutil_which.info
@@ -1,8 +1,8 @@
PRGNAM="shutil_which"
-VERSION="3.5.1"
+VERSION="3.5.2"
HOMEPAGE="https://github.com/minrk/backports.shutil_which"
-DOWNLOAD="https://github.com/minrk/backports.shutil_which/archive/3.5.1/backports.shutil_which-3.5.1.tar.gz"
-MD5SUM="baa68510a337319f2536301550dca375"
+DOWNLOAD="https://github.com/minrk/backports.shutil_which/archive/3.5.2/backports.shutil_which-3.5.2.tar.gz"
+MD5SUM="4e3accf2b26507a6cac0d26049f986c0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""