diff options
author | Hunter Sezen <orbea@fredslev.dk> | 2018-03-15 20:53:19 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-17 08:51:48 +0700 |
commit | 0cd6e1cb06f9cf541e98798e5357bf7b7c27ea60 (patch) | |
tree | f8280be5aad060d3ec67679bb8a06dfd9ce2b747 /python/pyewmh/pyewmh.SlackBuild | |
parent | a23c9fb10dedc5eb96e61718525f25e55fcef64c (diff) |
python/pyewmh: Updated for version 0.1.6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/pyewmh/pyewmh.SlackBuild')
-rw-r--r-- | python/pyewmh/pyewmh.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pyewmh/pyewmh.SlackBuild b/python/pyewmh/pyewmh.SlackBuild index 99931c5cc623..10c93a87cd83 100644 --- a/python/pyewmh/pyewmh.SlackBuild +++ b/python/pyewmh/pyewmh.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pyewmh -# Copyright 2016-2017 Hunter Sezen California, USA +# Copyright 2016-2018 Hunter Sezen California, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pyewmh -VERSION=${VERSION:-0.1.4} +VERSION=${VERSION:-0.1.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -40,7 +40,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -set -e +set -eu rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT |