From f4d4e7b84fc3c6e3e439c392b4f40f4a50807407 Mon Sep 17 00:00:00 2001 From: Andrew Brouwers Date: Thu, 29 Jul 2010 00:28:43 -0500 Subject: audio/mpd: Updated for version 0.15.11. Signed-off-by: Robby Workman --- audio/mpd/mpd.SlackBuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'audio/mpd/mpd.SlackBuild') diff --git a/audio/mpd/mpd.SlackBuild b/audio/mpd/mpd.SlackBuild index 6996273295..91e421ad6b 100644 --- a/audio/mpd/mpd.SlackBuild +++ b/audio/mpd/mpd.SlackBuild @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mpd -VERSION=0.15.10 +VERSION=0.15.11 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi -- cgit v1.2.3