summaryrefslogtreecommitdiffstats
path: root/audio/pianobar/pianobar.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/pianobar/pianobar.SlackBuild')
-rw-r--r--audio/pianobar/pianobar.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/pianobar/pianobar.SlackBuild b/audio/pianobar/pianobar.SlackBuild
index c9b95c8655..4413261cca 100644
--- a/audio/pianobar/pianobar.SlackBuild
+++ b/audio/pianobar/pianobar.SlackBuild
@@ -4,7 +4,7 @@
# Written by Phillip Warner <pc_warner@yahoo.com>
PRGNAM=pianobar
-VERSION=${VERSION:-2011.04.27}
+VERSION=${VERSION:-2011.07.09}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -50,7 +50,7 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# Fix Makefile and make sure the CFLAGS is respected
+# Fix Makefile
patch -p1 < $CWD/Makefile.diff
CFLAGS="$SLKCFLAGS" \