Browse Source

audio/sayonara-player: Updated for version 1.0.0_git5_20180115.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/47/head
Fellype do Nascimento 8 years ago
committed by Willy Sudiarto Raharjo
parent
commit
ac1710752f
  1. 6
      audio/sayonara-player/sayonara-player.SlackBuild
  2. 6
      audio/sayonara-player/sayonara-player.info

6
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 .

6
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"

Loading…
Cancel
Save