summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
+