summaryrefslogtreecommitdiffstats
path: root/network/periscope
diff options
context:
space:
mode:
author Marco Bonetti <sid77@slackware.it>2010-07-08 03:51:05 -0500
committer Robby Workman <rworkman@slackbuilds.org>2010-07-08 03:51:05 -0500
commit16fb03863432da273b553a9cdcf5cfeac37180fe (patch)
tree390efa54d8e3d258b78206b0f93026f1790eef50 /network/periscope
parent3addaf5bf40a25fccde06aa865af49f0ae6d66fc (diff)
downloadslackbuilds-16fb03863432da273b553a9cdcf5cfeac37180fe.tar.gz
slackbuilds-16fb03863432da273b553a9cdcf5cfeac37180fe.tar.xz
network/periscope: Updated for version 0.1.9.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/periscope')
-rw-r--r--network/periscope/README7
-rw-r--r--network/periscope/periscope.SlackBuild4
-rw-r--r--network/periscope/periscope.info6
3 files changed, 8 insertions, 9 deletions
diff --git a/network/periscope/README b/network/periscope/README
index dbe7af7b00..d259e7ee51 100644
--- a/network/periscope/README
+++ b/network/periscope/README
@@ -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.
diff --git a/network/periscope/periscope.SlackBuild b/network/periscope/periscope.SlackBuild
index b646c13a62..e816ee398e 100644
--- a/network/periscope/periscope.SlackBuild
+++ b/network/periscope/periscope.SlackBuild
@@ -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
diff --git a/network/periscope/periscope.info b/network/periscope/periscope.info
index 95e944c75d..92fd9da35c 100644
--- a/network/periscope/periscope.info
+++ b/network/periscope/periscope.info
@@ -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"