mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/periscope: Updated for version 0.1.9.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
3addaf5bf4
commit
16fb038634
3 changed files with 8 additions and 9 deletions
|
@ -5,6 +5,7 @@ Subscene and Subtitulos.
|
|||
|
||||
A python/nautilus integration script is copied to the doc directory.
|
||||
|
||||
The program requires pysetuptools for building and BeautifulSoup to run. A rar
|
||||
unpacker is recommended but can be avoided if you disable the plugins for
|
||||
subtitles sites using this format.
|
||||
This requires pysetuptools and BeautifulSoup.
|
||||
|
||||
A rar unpacker is recommended, but it can be avoided if you disable the
|
||||
plugins for subtitles sites using this format.
|
||||
|
|
|
@ -23,16 +23,14 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=periscope
|
||||
VERSION=0.1.7.1
|
||||
VERSION=0.1.9
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="periscope"
|
||||
VERSION="0.1.7.1"
|
||||
HOMEPAGE="http://code.google.com/p/periscope/"
|
||||
DOWNLOAD="http://slackbuilds.org/sources/13.0/periscope-0.1.7.1.tar.bz2"
|
||||
MD5SUM="32ad8474976035b950f017a65f17350e"
|
||||
DOWNLOAD="http://slackbuilds.org/sources/13.1/periscope-0.1.9.tar.bz2"
|
||||
MD5SUM="56c172a6c42ee74c7d3c9e1defcb1099"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Marco Bonetti"
|
||||
EMAIL="sid77@slackware.it"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="rworkman"
|
||||
|
|
Loading…
Reference in a new issue