diff options
Diffstat (limited to 'system/pcsc-tools/pcsc-tools.SlackBuild')
-rw-r--r-- | system/pcsc-tools/pcsc-tools.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/pcsc-tools/pcsc-tools.SlackBuild b/system/pcsc-tools/pcsc-tools.SlackBuild index b7546a440a..227d1924e2 100644 --- a/system/pcsc-tools/pcsc-tools.SlackBuild +++ b/system/pcsc-tools/pcsc-tools.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for pcsc-tools # Copyright 2008 Andrew Psaltis <ampsaltis@gmail.com> +# Copyright 2011 LukenShiro <lukenshiro@ngi.it> # All rights reserved. # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -22,9 +23,9 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pcsc-tools -VERSION=1.4.16 +VERSION=1.4.17 BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} +TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in |