python/pyewmh: Updated for version 0.1.6.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2018-03-15 20:53:19 +00:00 committed by Willy Sudiarto Raharjo
parent a23c9fb10d
commit 0cd6e1cb06
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -1,10 +1,10 @@
PRGNAM="pyewmh"
VERSION="0.1.4"
VERSION="0.1.6"
HOMEPAGE="https://github.com/parkouss/pyewmh"
DOWNLOAD="https://github.com/parkouss/pyewmh/archive/v0.1.4/pyewmh-0.1.4.tar.gz"
MD5SUM="a839d66b8b71518d920524fc99f61eba"
DOWNLOAD="https://github.com/parkouss/pyewmh/archive/v0.1.6/pyewmh-0.1.6.tar.gz"
MD5SUM="9547049c458904e1083907c763e990d5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
REQUIRES="python-xlib"
MAINTAINER="Hunter Sezen"
EMAIL="ovariegata@yahoo.com"
EMAIL="orbea@fredslev.dk"