diff options
author | Chris Farrell <timcowchip@gorge.net> | 2018-01-03 23:59:00 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-06 06:55:28 +0700 |
commit | 71222203db24ba1df393f7e101374c0d4d3f34e2 (patch) | |
tree | d9fbbd2dc8b5d0e9bdbb82d6c4cb477fff1648b5 /multimedia/podcastparser/podcastparser.SlackBuild | |
parent | dfd90ad622652d2e9be07ca170912e974674dbd9 (diff) |
multimedia/podcastparser: Updated for version 0.6.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'multimedia/podcastparser/podcastparser.SlackBuild')
-rw-r--r-- | multimedia/podcastparser/podcastparser.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/podcastparser/podcastparser.SlackBuild b/multimedia/podcastparser/podcastparser.SlackBuild index a64420af4ffab..b3cf0873f70da 100644 --- a/multimedia/podcastparser/podcastparser.SlackBuild +++ b/multimedia/podcastparser/podcastparser.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=podcastparser -VERSION=${VERSION:-0.6.1} +VERSION=${VERSION:-0.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,8 +69,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -python setup.py build -python setup.py install --root $PKG +python3 setup.py build +python3 setup.py install --root $PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |