diff options
author | Erik Hanson <erik@slackbuilds.org> | 2015-02-26 21:23:53 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-28 11:37:09 +0700 |
commit | 202100d6dbab340e54641ea8d74e09e54e4d7f1f (patch) | |
tree | f7bdfaa3da6045bdf4c61527aa19f50aedafb1e6 /audio/alsamixergui/alsamixergui.SlackBuild | |
parent | 7dd3565c89b502467007a71222d2bc74cd2b2105 (diff) | |
download | slackbuilds-202100d6dbab340e54641ea8d74e09e54e4d7f1f.tar.gz |
audio/alsamixergui: BUILD bump.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'audio/alsamixergui/alsamixergui.SlackBuild')
-rw-r--r-- | audio/alsamixergui/alsamixergui.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/alsamixergui/alsamixergui.SlackBuild b/audio/alsamixergui/alsamixergui.SlackBuild index d174342ec2..9083a47fb4 100644 --- a/audio/alsamixergui/alsamixergui.SlackBuild +++ b/audio/alsamixergui/alsamixergui.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for alsamixergui -# Copyright 2011 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2011-2015 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=alsamixergui VERSION=0.9.0rc2 -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} CWD=$(pwd) @@ -70,7 +70,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Fix autotools and broken FLTK detection: -zcat $CWD/alsamixergui_0.9.0rc2-1-9.diff.gz | patch -p1 +zcat $CWD/alsamixergui_0.9.0rc2-1-9.1.diff.gz | patch -p1 chmod +x configure CFLAGS="$SLKCFLAGS" \ |