diff options
author | Andrew Brouwers | 2010-07-29 07:28:43 +0200 |
---|---|---|
committer | Erik Hanson | 2010-08-01 05:31:50 +0200 |
commit | f4d4e7b84fc3c6e3e439c392b4f40f4a50807407 (patch) | |
tree | 60f72d5b09f8b6129e3dc0d6fa4f8353640c3e9a /audio/mpd/mpd.SlackBuild | |
parent | 112346e27865cb41f8b81124c507073c77aea86f (diff) | |
download | slackbuilds-f4d4e7b84fc3c6e3e439c392b4f40f4a50807407.tar.gz |
audio/mpd: Updated for version 0.15.11.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/mpd/mpd.SlackBuild')
-rw-r--r-- | audio/mpd/mpd.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
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 |