diff options
author | Erik Hanson <erik@slackbuilds.org> | 2016-08-05 13:09:49 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-07 18:55:50 +0700 |
commit | af069b46aa4fbdbafaf6163f60959808f9a82cb0 (patch) | |
tree | e61badeaab98d3a2040224cd1b84256dc2e468e5 /desktop/xvkbd/xvkbd.SlackBuild | |
parent | edbee01feb83d4af8d7c5128249514359f3b4808 (diff) |
desktop/xvkbd: Updated for version 3.7.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>.
Diffstat (limited to 'desktop/xvkbd/xvkbd.SlackBuild')
-rw-r--r-- | desktop/xvkbd/xvkbd.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/xvkbd/xvkbd.SlackBuild b/desktop/xvkbd/xvkbd.SlackBuild index 26547973899a..f37f183e488c 100644 --- a/desktop/xvkbd/xvkbd.SlackBuild +++ b/desktop/xvkbd/xvkbd.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for xvkbd # -# Copyright 2009-2015 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2009-2016 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xvkbd -VERSION=${VERSION:-3.6} -BUILD=${BUILD:-2} +VERSION=${VERSION:-3.7} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |