diff options
author | Fellype do Nascimento <fellype(at)gmail.com> | 2017-06-19 21:26:57 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-06-19 21:27:48 +0100 |
commit | 8ed8932c02593fd07b71d0d71708d2bc8475f5d3 (patch) | |
tree | 1b6ab5becf1bb5877eea81e6323e5a90b2dd7092 /audio/sayonara-player/sayonara-player.SlackBuild | |
parent | eb7ed6d88f846097f6fe30a788e5a3a6c33fbf27 (diff) |
audio/sayonara-player: Updated for version 0.9.3 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'audio/sayonara-player/sayonara-player.SlackBuild')
-rw-r--r-- | audio/sayonara-player/sayonara-player.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/sayonara-player/sayonara-player.SlackBuild b/audio/sayonara-player/sayonara-player.SlackBuild index a59ef6313b01b..382211f9cdcfa 100644 --- a/audio/sayonara-player/sayonara-player.SlackBuild +++ b/audio/sayonara-player/sayonara-player.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for sayonara-player. # # Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2017 Fellype do Nascimento, Campinas, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +25,7 @@ PRGNAM=sayonara-player VERSION=${VERSION:-0.9.3} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -56,7 +57,7 @@ fi set -e -SRCVER=${SRCVER:-git1-20170502} +SRCVER=${SRCVER:-git2-20170509} rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT |