summaryrefslogtreecommitdiffstats
path: root/network/Pafy/Pafy.SlackBuild
diff options
context:
space:
mode:
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