mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
desktop/py3status: Updated for version 3.10.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
b7aa1f57b4
commit
788ef54b8f
3 changed files with 6 additions and 4 deletions
|
@ -4,3 +4,5 @@ Using py3status, you can take control of your i3bar easily by:
|
|||
- writing your own modules and have their output displayed on your bar
|
||||
- handling click events on your i3bar and play with them in no time
|
||||
- seeing your clock tick every second whatever your i3status interval
|
||||
|
||||
Optional dependency: i3status
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=py3status
|
||||
VERSION=${VERSION:-3.8}
|
||||
VERSION=${VERSION:-3.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="py3status"
|
||||
VERSION="3.8"
|
||||
VERSION="3.10"
|
||||
HOMEPAGE="https://github.com/ultrabug/py3status"
|
||||
DOWNLOAD="https://pypi.python.org/packages/19/1b/52fc1b6956db0638a56292ce00537545d19b9a1d30a156a2b416675e4ac3/py3status-3.8.tar.gz"
|
||||
MD5SUM="543c9db548a3146f0f0801e7dd6d8144"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/8a/74/f9fd3fa0c04b0854c5e0192cbce1f3eae416f5b32d06237445e3c300fd6f/py3status-3.10.tar.gz"
|
||||
MD5SUM="5a223bc0f753a766aa8d409903cbceca"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue