diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-06-06 17:22:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-12 06:51:39 +0700 |
commit | c590a17644902a3430b504e67fd9a0f268da78ca (patch) | |
tree | 418061b634f7748ab7e29dc6f6f018b5e695015d /network/Pafy/Pafy.SlackBuild | |
parent | 28076ab6c21c88493e601b1ff88b77155c18f8cb (diff) |
network/Pafy: Updated for version 0.3.46.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/Pafy/Pafy.SlackBuild')
-rw-r--r-- | network/Pafy/Pafy.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/network/Pafy/Pafy.SlackBuild b/network/Pafy/Pafy.SlackBuild index 6ac349c53718..b7732859532f 100644 --- a/network/Pafy/Pafy.SlackBuild +++ b/network/Pafy/Pafy.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=Pafy -VERSION=${VERSION:-0.3.44} +VERSION=${VERSION:-0.3.46} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -81,6 +81,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |