diff options
Diffstat (limited to 'source/xap/audacious-plugins/audacious-plugins.SlackBuild.meson')
-rwxr-xr-x | source/xap/audacious-plugins/audacious-plugins.SlackBuild.meson | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xap/audacious-plugins/audacious-plugins.SlackBuild.meson b/source/xap/audacious-plugins/audacious-plugins.SlackBuild.meson index a49c0c4a..bfb33c58 100755 --- a/source/xap/audacious-plugins/audacious-plugins.SlackBuild.meson +++ b/source/xap/audacious-plugins/audacious-plugins.SlackBuild.meson @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=audacious-plugins VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Whether to include faad/aac support: FAAD=${FAAD:-false} |