diff options
author | Fellype do Nascimento <fellype(at)gmail.com> | 2018-01-17 07:53:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-17 19:46:24 +0700 |
commit | ac1710752fd6d28317dd0e678a6ce6134f57e238 (patch) | |
tree | 282e4114a900c4c0bf4f7f750d12251142ca6337 /audio/sayonara-player | |
parent | 69fd4411e0beaf3167350152fb48fea9f0505818 (diff) |
audio/sayonara-player: Updated for version 1.0.0_git5_20180115.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/sayonara-player')
-rw-r--r-- | audio/sayonara-player/sayonara-player.SlackBuild | 6 | ||||
-rw-r--r-- | audio/sayonara-player/sayonara-player.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/sayonara-player/sayonara-player.SlackBuild b/audio/sayonara-player/sayonara-player.SlackBuild index ecc05f96c572..edccc7ad5f65 100644 --- a/audio/sayonara-player/sayonara-player.SlackBuild +++ b/audio/sayonara-player/sayonara-player.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=sayonara-player -VERSION=${VERSION:-1.0.0} +VERSION=${VERSION:-1.0.0_git5_20180115} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -57,13 +57,13 @@ fi set -e -SRCVER=${SRCVER:-git1-20171231} +SRCVER=$(echo $VERSION | tr _ -) rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION-$SRCVER.tar.gz +tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz mv $PRGNAM $PRGNAM-$VERSION cd $PRGNAM-$VERSION chown -R root:root . diff --git a/audio/sayonara-player/sayonara-player.info b/audio/sayonara-player/sayonara-player.info index 700d4deb87ec..f9ab9f0af028 100644 --- a/audio/sayonara-player/sayonara-player.info +++ b/audio/sayonara-player/sayonara-player.info @@ -1,8 +1,8 @@ PRGNAM="sayonara-player" -VERSION="1.0.0" +VERSION="1.0.0_git5_20180115" HOMEPAGE="https://sayonara-player.com/index.php" -DOWNLOAD="http://sayonara-player.com/sw/sayonara-player-1.0.0-git1-20171231.tar.gz" -MD5SUM="315d6ab6d2aeb9899b28b3a3c8383705" +DOWNLOAD="http://sayonara-player.com/sw/sayonara-player-1.0.0-git5-20180115.tar.gz" +MD5SUM="c6f569ece54dfeaa6ef37eedf38c3ba0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5 gst-plugins-bad" |