summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author marav2022-07-02 03:21:30 +0200
committer Willy Sudiarto Raharjo2022-07-02 04:55:36 +0200
commit0a2923488c85ccdd0a964712c9e59789428ea129 (patch)
treee1af9c1fb497adca7e6929db7b23dc59453c6081
parent550c539f6130f8b5a56666bcb4d3a137d975160e (diff)
downloadslackbuilds-0a2923488c85ccdd0a964712c9e59789428ea129.tar.gz
audio/wireplumber: Fixed typo. Build bumped.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--audio/wireplumber/wireplumber-disable.sh2
-rw-r--r--audio/wireplumber/wireplumber.SlackBuild3
2 files changed, 3 insertions, 2 deletions
diff --git a/audio/wireplumber/wireplumber-disable.sh b/audio/wireplumber/wireplumber-disable.sh
index 77676ea9e2..9a7c8d14f0 100644
--- a/audio/wireplumber/wireplumber-disable.sh
+++ b/audio/wireplumber/wireplumber-disable.sh
@@ -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:"
diff --git a/audio/wireplumber/wireplumber.SlackBuild b/audio/wireplumber/wireplumber.SlackBuild
index 7ca479fbb4..4ab13c4501 100644
--- a/audio/wireplumber/wireplumber.SlackBuild
+++ b/audio/wireplumber/wireplumber.SlackBuild
@@ -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
+