summaryrefslogtreecommitdiffstats
path: root/network/Pafy/Pafy.SlackBuild
diff options
context:
space:
mode:
author Dimitris Zlatanidis2014-05-22 04:31:10 +0200
committer Willy Sudiarto Raharjo2014-05-22 04:31:10 +0200
commit091d4258bc760a95d2b102b23e5cc7d6e02d8ce3 (patch)
tree3ce3d4fa5b823e937ad68ae6b3f826632ea045b7 /network/Pafy/Pafy.SlackBuild
parent112adccc8a3b531b32257dfcf3834ec805b37df9 (diff)
downloadslackbuilds-091d4258bc760a95d2b102b23e5cc7d6e02d8ce3.tar.gz
network/Pafy: Updated for version 0.3.44.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/Pafy/Pafy.SlackBuild')
-rw-r--r--network/Pafy/Pafy.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/Pafy/Pafy.SlackBuild b/network/Pafy/Pafy.SlackBuild
index 4b49ebecf7..6ac349c537 100644
--- a/network/Pafy/Pafy.SlackBuild
+++ b/network/Pafy/Pafy.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=Pafy
-VERSION=${VERSION:-0.3.42}
+VERSION=${VERSION:-0.3.44}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -76,7 +76,7 @@ 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 PKG-INFO README $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a PKG-INFO README.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install