diff options
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 |