From 71222203db24ba1df393f7e101374c0d4d3f34e2 Mon Sep 17 00:00:00 2001 From: Chris Farrell Date: Wed, 3 Jan 2018 23:59:00 +0000 Subject: multimedia/podcastparser: Updated for version 0.6.2. Signed-off-by: David Spencer --- multimedia/podcastparser/podcastparser.SlackBuild | 6 +++--- multimedia/podcastparser/podcastparser.info | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'multimedia') diff --git a/multimedia/podcastparser/podcastparser.SlackBuild b/multimedia/podcastparser/podcastparser.SlackBuild index a64420af4f..b3cf0873f7 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 diff --git a/multimedia/podcastparser/podcastparser.info b/multimedia/podcastparser/podcastparser.info index 8978da96aa..1b4c63eff3 100644 --- a/multimedia/podcastparser/podcastparser.info +++ b/multimedia/podcastparser/podcastparser.info @@ -1,10 +1,10 @@ PRGNAM="podcastparser" -VERSION="0.6.1" +VERSION="0.6.2" HOMEPAGE="http://gpodder.org/podcastparser/" -DOWNLOAD="https://github.com/gpodder/podcastparser/archive/0.6.1/podcastparser-0.6.1.tar.gz" -MD5SUM="294cb1cdc934aac7ade67ac24ea10cc4" +DOWNLOAD="https://github.com/gpodder/podcastparser/archive/0.6.2/podcastparser-0.6.2.tar.gz" +MD5SUM="fbd743f9deb0c02c1fd52161a4d6f66b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="python3" MAINTAINER="Chris Farrell" -EMAIL="timcowchip@gmail.com" +EMAIL="timcowchip@gorge.net" -- cgit v1.2.3