diff options
Diffstat (limited to 'python/pyserial/pyserial.SlackBuild')
-rw-r--r-- | python/pyserial/pyserial.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/python/pyserial/pyserial.SlackBuild b/python/pyserial/pyserial.SlackBuild index 40ddd60fea..bda387a7d6 100644 --- a/python/pyserial/pyserial.SlackBuild +++ b/python/pyserial/pyserial.SlackBuild @@ -3,10 +3,10 @@ # Slackware build script for pyserial # Written by Grissiom <chaos.proton@gmail.com> -# Updated by Dustin Schnee <schnee72{at}gmail{dot}com> +# Updated to 2.5_rc2 by Dustin Schnee <schnee72{at}gmail{dot}com> PRGNAM=pyserial -VERSION=${VERSION:-2.5_rc2} +VERSION=${VERSION:-2.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -20,7 +20,6 @@ if [ -z "$ARCH" ]; then esac fi - CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM |