audio/pasystray: Updated for version 0.5.2.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Erik Hanson 2015-05-15 15:08:03 -05:00 committed by Willy Sudiarto Raharjo
parent 25ccfe79fe
commit cf2f6b2df1
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
#
# Slackware build script for pasystray
#
# Copyright 2014 Erik W. Hanson, Minneapolis, MN, USA
# Copyright 2014-2015 Erik W. Hanson, Minneapolis, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pasystray
VERSION=${VERSION:-0.4.0}
VERSION=${VERSION:-0.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="pasystray"
VERSION="0.4.0"
VERSION="0.5.2"
HOMEPAGE="https://github.com/christophgysin/pasystray"
DOWNLOAD="https://github.com/christophgysin/pasystray/archive/pasystray-0.4.0.tar.gz"
MD5SUM="0a7ee0842064f3d3c8585c414cb50a1c"
DOWNLOAD="https://github.com/christophgysin/pasystray/archive/pasystray-0.5.2.tar.gz"
MD5SUM="0ea894a47a8ab10b830051e3bd89294d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pulseaudio"