diff options
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 99931c5cc6..10c93a87cd 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 |