desktop/thunar-archive-plugin: Updated for version 0.3.0.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2012-09-04 22:33:48 -05:00
parent bb9940c418
commit 353cbd3e32
2 changed files with 5 additions and 7 deletions

View file

@ -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

View file

@ -1,8 +1,8 @@
PRGNAM="thunar-archive-plugin"
VERSION="0.2.4"
VERSION="0.3.0"
HOMEPAGE="http://foo-projects.org/~benny/projects/thunar-archive-plugin/index.html"
DOWNLOAD="http://archive.xfce.org/src/thunar-plugins/thunar-archive-plugin/0.2/thunar-archive-plugin-0.2.4.tar.bz2"
MD5SUM="4c389e6328af9322937af76382f0baec"
DOWNLOAD="http://archive.xfce.org/src/thunar-plugins/thunar-archive-plugin/0.3/thunar-archive-plugin-0.3.0.tar.bz2"
MD5SUM="afeb3f1c65a4529dbdadc6e7b349a712"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="xarchiver"