desktop/i3status: Updated for version 2.6, added yajl to REQUIRES.
changed maintainer email. Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
6ea7c941c0
commit
dd41a04a4d
|
@ -6,7 +6,7 @@
|
|||
# Updated by Marcin Herda (mherda@slackword.net)
|
||||
|
||||
PRGNAM=i3status
|
||||
VERSION=${VERSION:-2.5.1}
|
||||
VERSION=${VERSION:-2.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="i3status"
|
||||
VERSION="2.5.1"
|
||||
VERSION="2.6"
|
||||
HOMEPAGE="http://i3wm.org/i3status/"
|
||||
DOWNLOAD="http://i3wm.org/i3status/i3status-2.5.1.tar.bz2"
|
||||
MD5SUM="28c27fc0c2294e12ae6ae390f3d89973"
|
||||
DOWNLOAD="http://i3wm.org/i3status/i3status-2.6.tar.bz2"
|
||||
MD5SUM="98f649429d7845682846de36fb38f780"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="confuse"
|
||||
REQUIRES="confuse yajl"
|
||||
MAINTAINER="Marcin Herda"
|
||||
EMAIL="mherda@gmail.com"
|
||||
EMAIL="mherda@slackword.net"
|
||||
|
|
Loading…
Reference in New Issue