desktop/xvkbd: Updated for version 3.3.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Erik Hanson 2012-03-29 23:32:27 -04:00 committed by dsomero
parent fa1b9398a2
commit 2fab3da242
2 changed files with 5 additions and 7 deletions

View file

@ -2,7 +2,7 @@
#
# Slackware build script for xvkbd
#
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
# Copyright 2009-2012 Erik W. Hanson, Minneapolis, MN, 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=xvkbd
VERSION=3.1
VERSION=${VERSION:-3.3}
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="xvkbd"
VERSION="3.1"
VERSION="3.3"
HOMEPAGE="http://homepage3.nifty.com/tsato/xvkbd/"
DOWNLOAD="http://homepage3.nifty.com/tsato/xvkbd/xvkbd-3.1.tar.gz"
MD5SUM="d1905b22bf134b9abba27444adc2bec0"
DOWNLOAD="http://homepage3.nifty.com/tsato/xvkbd/xvkbd-3.3.tar.gz"
MD5SUM="8495402211a610293563a749bb45a0f0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Erik Hanson"