diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-06-24 15:35:26 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-25 08:54:40 +0700 |
commit | 84ce5f9d2f3aab9087dceeb10aa976f9ab8d8ad0 (patch) | |
tree | 4e6f330f2aeedde132e89c8a1f6d0b72cb542526 /desktop/py3status | |
parent | eeffe619b7255409c5e1b00c0a8a735dd39fbe2e (diff) |
desktop/py3status: Updated for version 3.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'desktop/py3status')
-rw-r--r-- | desktop/py3status/py3status.SlackBuild | 4 | ||||
-rw-r--r-- | desktop/py3status/py3status.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/desktop/py3status/py3status.SlackBuild b/desktop/py3status/py3status.SlackBuild index cf1749663e43..f71cb411fc28 100644 --- a/desktop/py3status/py3status.SlackBuild +++ b/desktop/py3status/py3status.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=py3status -VERSION=${VERSION:-2.9} +VERSION=${VERSION:-3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,7 +67,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; python setup.py install --root=$PKG diff --git a/desktop/py3status/py3status.info b/desktop/py3status/py3status.info index f388cfcc66be..c60c8988de8c 100644 --- a/desktop/py3status/py3status.info +++ b/desktop/py3status/py3status.info @@ -1,8 +1,8 @@ PRGNAM="py3status" -VERSION="2.9" +VERSION="3.0" HOMEPAGE="https://github.com/ultrabug/py3status" -DOWNLOAD="https://pypi.python.org/packages/source/p/py3status/py3status-2.9.tar.gz" -MD5SUM="c3a186cc724b68a4cfcb8aef9597c5df" +DOWNLOAD="https://pypi.python.org/packages/68/31/d8618966a237892664bd7d9f54bee3cdbc7a06741d19e6fbd16531f0f543/py3status-3.0.tar.gz" +MD5SUM="9823d5f5e54a64936b568a602ff823da" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |