diff options
author | Michales Michaloudes <korgie@gmail.com> | 2010-12-22 14:11:18 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2010-12-22 14:11:18 -0200 |
commit | a5f8093b34d2a1a2edd60584cc77f2588758ea8a (patch) | |
tree | 1ccaf42e5c393d528f86f85a26c20919c8160af0 /audio/kid3/kid3.SlackBuild | |
parent | ff761401ec1837481bf8c246a8b54893eb257410 (diff) |
audio/kid3: Updated for version 1.5.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'audio/kid3/kid3.SlackBuild')
-rw-r--r-- | audio/kid3/kid3.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/kid3/kid3.SlackBuild b/audio/kid3/kid3.SlackBuild index 8c9b1eb25625..6194c41847c9 100644 --- a/audio/kid3/kid3.SlackBuild +++ b/audio/kid3/kid3.SlackBuild @@ -3,18 +3,15 @@ # Written by Michales Michaloudes korgie@gmail.com PRGNAM=kid3 -VERSION=${VERSION:-1.3} +VERSION=${VERSION:-1.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} MP4TAG=${MP4TAG:-yes} - -# 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 |