python/turses: Updated for version 20150102_4d7fb2a.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2015-03-10 14:54:49 +01:00 committed by Willy Sudiarto Raharjo
parent 59db74dcd4
commit 055b3223ff
4 changed files with 8 additions and 10 deletions

View file

@ -2,5 +2,3 @@ turses (ncurses Twitter client)
The goal of the project is to build a full-featured, lightweight,
and extremely configurable Twitter client.
This requires tweepy, python-oauth2 and httplib2.

View file

@ -11,7 +11,7 @@ turses:
turses: The goal of the project is to build a full-featured, lightweight,
turses: and extremely configurable Twitter client.
turses:
turses: homepage: https://github.com/alejandrogomez/turses
turses: homepage: https://github.com/dialelo/turses
turses:
turses:
turses:

View file

@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for turses
# Copyright Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy, 2013
# Copyright 2013-2015 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=turses
VERSION=${VERSION:-20131105_7dfaef6}
VERSION=${VERSION:-20150102_4d7fb2a}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="turses"
VERSION="20131105_7dfaef6"
HOMEPAGE="https://github.com/alejandrogomez/turses"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/turses-20131105_7dfaef6.tar.xz"
MD5SUM="6aa39f3d6e67bb17a91cc2ec169c7b3d"
VERSION="20150102_4d7fb2a"
HOMEPAGE="https://github.com/dialelo/turses"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/turses-20150102_4d7fb2a.tar.xz"
MD5SUM="4c344d4844d1eb09fbb35f30ef4a28e7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="httplib2 python-oauth2 tweepy"
REQUIRES="httplib2 tweepy"
MAINTAINER="Matteo Bernardini"
EMAIL="ponce@slackbuilds.org"