diff options
author | Grissiom <chaos.proton@gmail.com> | 2011-08-08 18:47:47 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-08 18:47:47 -0300 |
commit | 1f932a08838c86974bed366218be86706a1300d1 (patch) | |
tree | eb4c44fefdf0266d5e5038f7a1933247af75cc24 /python/pyserial/pyserial.SlackBuild | |
parent | 1441b64ad5d190b18618c7c301b4046e381630e8 (diff) |
python/pyserial: Updated for version 2.5.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
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 40ddd60feab73..bda387a7d6184 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 |