summaryrefslogtreecommitdiffstats
path: root/desktop/thunar-archive-plugin/thunar-archive-plugin.SlackBuild
diff options
context:
space:
mode:
author Robby Workman2012-09-05 05:33:48 +0200
committer Robby Workman2012-09-05 06:49:22 +0200
commit353cbd3e32ae758d1e834df5f9f97fddf928e8cc (patch)
treee52363368431ab099cd139321c167ccc23d57f61 /desktop/thunar-archive-plugin/thunar-archive-plugin.SlackBuild
parentbb9940c418c9892a882544f602cde1c03d249a71 (diff)
downloadslackbuilds-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.SlackBuild6
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