desktop/i3pystatus: Updated for version 3.33.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
56bf776949
commit
8f42c41fcb
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for i3pystatus
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
|
||||
# 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=i3pystatus
|
||||
VERSION=${VERSION:-3.32}
|
||||
VERSION=${VERSION:-3.33}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -75,7 +75,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a PKG-INFO README.rst $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a PKG-INFO README $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="i3pystatus"
|
||||
VERSION="3.32"
|
||||
VERSION="3.33"
|
||||
HOMEPAGE="https://github.com/enkore/i3pystatus"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/i/i3pystatus/i3pystatus-3.32.tar.gz"
|
||||
MD5SUM="a17253469e68bb3cc6df23d2889131e1"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/i/i3pystatus/i3pystatus-3.33.tar.gz"
|
||||
MD5SUM="8c1edab8e5106823b4ca6f375143ffc9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3"
|
||||
|
|
Loading…
Reference in New Issue