audio/wireplumber: Fixed typo. Build bumped.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
marav 2022-07-02 02:21:30 +01:00 committed by Willy Sudiarto Raharjo
parent 550c539f61
commit 0a2923488c
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 3 additions and 2 deletions

View file

@ -40,7 +40,7 @@ if [ -f /etc/xdg/autostart/pipewire.desktop ] ; then
fi
echo "Pipewire Media Session enabled as media session server."
if ps ax | grep -q pipewire ; then
if ps ax | grep -q wireplumber ; then
echo
echo "You may need to stop running daemon/wireplumber processes."
echo "The clean way is to run these commands as the user that owns the processes:"

View file

@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=wireplumber
VERSION=${VERSION:-0.4.7}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -142,3 +142,4 @@ cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE