summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Fellype do Nascimento <fellype(at)gmail.com>2018-01-03 23:42:39 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-01-06 06:55:26 +0700
commit96df268d737bdaf0fc9c1c2da6b9b280db974374 (patch)
treef15831df340c1b7b89cca7798cb72d83163f8ee8
parenta8d5606d4ccc08d14009c1a1abdc085f31677779 (diff)
downloadslackbuilds-96df268d737bdaf0fc9c1c2da6b9b280db974374.tar.gz
slackbuilds-96df268d737bdaf0fc9c1c2da6b9b280db974374.tar.xz
audio/sayonara-player: Updated for version 1.0.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--audio/sayonara-player/README8
-rw-r--r--audio/sayonara-player/sayonara-player.SlackBuild8
-rw-r--r--audio/sayonara-player/sayonara-player.info6
3 files changed, 11 insertions, 11 deletions
diff --git a/audio/sayonara-player/README b/audio/sayonara-player/README
index 3f101d649f..9aa1f5890c 100644
--- a/audio/sayonara-player/README
+++ b/audio/sayonara-player/README
@@ -23,7 +23,7 @@ Sayonara features: https://sayonara-player.com/features.php
Optional dependencies: gst-plugins-ugly, lame.
-******************************************************************
-* NOTE: Sayonara Player requires gst-plugins-bad with soundtouch *
-* support enabled. *
-******************************************************************
+****************************************************************
+*NOTE: Sayonara Player requires gst-plugins-bad with soundtouch*
+*support enabled. *
+****************************************************************
diff --git a/audio/sayonara-player/sayonara-player.SlackBuild b/audio/sayonara-player/sayonara-player.SlackBuild
index 382211f9cd..ecc05f96c5 100644
--- a/audio/sayonara-player/sayonara-player.SlackBuild
+++ b/audio/sayonara-player/sayonara-player.SlackBuild
@@ -3,7 +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.
+# Copyright 2017-2018 Fellype do Nascimento, Campinas, Brazil.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,8 +24,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=sayonara-player
-VERSION=${VERSION:-0.9.3}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-1.0.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -57,7 +57,7 @@ fi
set -e
-SRCVER=${SRCVER:-git2-20170509}
+SRCVER=${SRCVER:-git1-20171231}
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
diff --git a/audio/sayonara-player/sayonara-player.info b/audio/sayonara-player/sayonara-player.info
index e3a21fdd6e..700d4deb87 100644
--- a/audio/sayonara-player/sayonara-player.info
+++ b/audio/sayonara-player/sayonara-player.info
@@ -1,8 +1,8 @@
PRGNAM="sayonara-player"
-VERSION="0.9.3"
+VERSION="1.0.0"
HOMEPAGE="https://sayonara-player.com/index.php"
-DOWNLOAD="http://sayonara-player.com/sw/sayonara-player-0.9.3-git2-20170509.tar.gz"
-MD5SUM="9581bb4157a687b561558baf60aa83b6"
+DOWNLOAD="http://sayonara-player.com/sw/sayonara-player-1.0.0-git1-20171231.tar.gz"
+MD5SUM="315d6ab6d2aeb9899b28b3a3c8383705"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5 gst-plugins-bad"