mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
desktop/i3situation: Updated for version 1.0.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
7d5291d955
commit
93a40706ad
3 changed files with 5 additions and 8 deletions
|
@ -1,5 +1,2 @@
|
|||
A replacement for i3status written in Python 3 with support for huge
|
||||
ustomisability through plugins.
|
||||
|
||||
Note:
|
||||
Make sure you installed python3 before installing pysetuptools.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=i3situation
|
||||
VERSION=${VERSION:-1.0.4}
|
||||
VERSION=${VERSION:-1.0.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="i3situation"
|
||||
VERSION="1.0.4"
|
||||
VERSION="1.0.5"
|
||||
HOMEPAGE="https://github.com/HarveyHunt/i3situation"
|
||||
DOWNLOAD="https://github.com/HarveyHunt/i3situation/archive/1.0.4.tar.gz"
|
||||
MD5SUM="d97a362b34e0647bb38f92870212e34e"
|
||||
DOWNLOAD="https://github.com/HarveyHunt/i3situation/archive/1.0.5.tar.gz"
|
||||
MD5SUM="ce4654e9b63eac91078a51246ae3b0ac"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3 pysetuptools python-requests"
|
||||
REQUIRES="python3 python-requests"
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue