diff options
author | B. Watson <yalhcru@gmail.com> | 2017-12-19 20:03:49 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-21 08:19:34 +0700 |
commit | d6c4ed4a51171fac4feb6f6b8d6c939c89be391b (patch) | |
tree | 84b2f24ac7211c1b70349b63f9d7a65a41546317 /multimedia/youtube-viewer/youtube-viewer.SlackBuild | |
parent | c672db15b7b1dd8d70997324e681a57c48d8bf5b (diff) | |
download | slackbuilds-d6c4ed4a51171fac4feb6f6b8d6c939c89be391b.tar.gz |
multimedia/youtube-viewer: Updated for version 3.3.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'multimedia/youtube-viewer/youtube-viewer.SlackBuild')
-rw-r--r-- | multimedia/youtube-viewer/youtube-viewer.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/multimedia/youtube-viewer/youtube-viewer.SlackBuild b/multimedia/youtube-viewer/youtube-viewer.SlackBuild index e284a4b2e7..75b1d971c4 100644 --- a/multimedia/youtube-viewer/youtube-viewer.SlackBuild +++ b/multimedia/youtube-viewer/youtube-viewer.SlackBuild @@ -6,6 +6,9 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20171219 bkw: +# - updated for 3.3.1. + # 20170921 bkw: # - updated for 3.2.9. # - add warning in README about outdated youtube-dl. @@ -51,7 +54,7 @@ # - Added support for gtk-youtube-viewer PRGNAM=youtube-viewer -VERSION=${VERSION:-3.2.9} +VERSION=${VERSION:-3.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} ARCH=noarch @@ -66,7 +69,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION/ chown -R root:root . find -L . \ |