summaryrefslogtreecommitdiffstats
path: root/desktop/ssr/ssr.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/ssr/ssr.SlackBuild')
-rw-r--r--desktop/ssr/ssr.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/ssr/ssr.SlackBuild b/desktop/ssr/ssr.SlackBuild
index 1960ee43f8..4cf0843763 100644
--- a/desktop/ssr/ssr.SlackBuild
+++ b/desktop/ssr/ssr.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ssr
-VERSION=${VERSION:-0.3.1}
+VERSION=${VERSION:-0.3.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,12 +72,12 @@ find -L . \
if [ "${JACK:-off}" = "on" ]; then
jack="--enable-jack"
else
- jack="--disable-jack"
+ jack="--without-jack"
fi
if [ "${PULSEAUDIO:-off}" = "on" ]; then
pulseaudio="--enable-pulseaudio"
else
- pulseaudio="--disable-pulseaudio"
+ pulseaudio="--without-pulseaudio"
fi
CFLAGS="$SLKCFLAGS" \