diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-07-13 20:51:28 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-07-14 08:59:52 +0200 |
commit | 9a1642993e87ad9ab0401f7d7b88957e387f5e28 (patch) | |
tree | 3f7ce64b6afadf22a388cb6293c88bef7eab5e61 /source/xap/audacious-plugins/audacious-plugins.SlackBuild | |
parent | 9889bfd95174d85b1114096b9cb01caa8f5c524b (diff) | |
download | current-9a1642993e87ad9ab0401f7d7b88957e387f5e28.tar.gz |
Tue Jul 13 20:51:28 UTC 202120210713205128
xap/seamonkey-2.53.8-x86_64-2.txz: Rebuilt.
Fixed desktop files changing Terminal=0 to Terminal=false. Thanks to marav.
Diffstat (limited to 'source/xap/audacious-plugins/audacious-plugins.SlackBuild')
-rwxr-xr-x | source/xap/audacious-plugins/audacious-plugins.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xap/audacious-plugins/audacious-plugins.SlackBuild b/source/xap/audacious-plugins/audacious-plugins.SlackBuild index 65d939a2..5e6ce17d 100755 --- a/source/xap/audacious-plugins/audacious-plugins.SlackBuild +++ b/source/xap/audacious-plugins/audacious-plugins.SlackBuild @@ -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:-2} +BUILD=${BUILD:-3} # Whether to include faad/aac support: FAAD=${FAAD:---disable-aac} |