diff options
Diffstat (limited to 'network/youtube-dl/youtube-dl.SlackBuild')
-rw-r--r-- | network/youtube-dl/youtube-dl.SlackBuild | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/network/youtube-dl/youtube-dl.SlackBuild b/network/youtube-dl/youtube-dl.SlackBuild index 24dc489070e0c..6cd1b232de925 100644 --- a/network/youtube-dl/youtube-dl.SlackBuild +++ b/network/youtube-dl/youtube-dl.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for youtube-dl # Copyright 2010 GPLeo <gpleomail@gmail.com> # Copyright 2010-2012 byteframe <byteframe@gmail.com> -# Copyright 2015-2023 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2015-2024 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,21 +23,11 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# 20230627 bkw: Modified by SlackBuilds.org, BUILD=2: -# - include the man page and shell completions in the package. -# - get rid of empty (and wrong) /usr/doc/youtube_dl/ dir. -# - get rid of doinst.sh: there is no need for update-desktop-database as -# there are no .desktop files in the package. - -# Date: 20/06/2023 -# Many Thanks to B. Watson for the tool git2tarxz.sh -# and for his instructions. - cd $(dirname $0) ; CWD=$(pwd) PRGNAM=youtube-dl -VERSION=${VERSION:-2021.12.17+20230618_07af47960} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2021.12.17+20240122_dc512e3a8} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |