diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-09-04 22:33:48 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-04 23:49:22 -0500 |
commit | 353cbd3e32ae758d1e834df5f9f97fddf928e8cc (patch) | |
tree | e52363368431ab099cd139321c167ccc23d57f61 /desktop/thunar-archive-plugin/thunar-archive-plugin.SlackBuild | |
parent | bb9940c418c9892a882544f602cde1c03d249a71 (diff) | |
download | slackbuilds-353cbd3e32ae758d1e834df5f9f97fddf928e8cc.tar.gz |
desktop/thunar-archive-plugin: Updated for version 0.3.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'desktop/thunar-archive-plugin/thunar-archive-plugin.SlackBuild')
-rw-r--r-- | desktop/thunar-archive-plugin/thunar-archive-plugin.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/desktop/thunar-archive-plugin/thunar-archive-plugin.SlackBuild b/desktop/thunar-archive-plugin/thunar-archive-plugin.SlackBuild index 9640e1398f..787bce825f 100644 --- a/desktop/thunar-archive-plugin/thunar-archive-plugin.SlackBuild +++ b/desktop/thunar-archive-plugin/thunar-archive-plugin.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for thunar-archive-plugin -# Copyright 2006-2011 Robby Workman, Northport, Alabama, USA +# Copyright 2006-2012 Robby Workman, Northport, Alabama, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=thunar-archive-plugin -VERSION=0.2.4 +VERSION=${VERSION:-0.3.0} 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 |