summaryrefslogtreecommitdiffstats
path: root/python/pyicu
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2011-03-30 16:22:46 +0200
committer Robby Workman <rworkman@slackbuilds.org>2011-03-30 22:52:58 -0500
commit0876b3a18af9212ee1ece32c34f6d10b272c03f0 (patch)
treea243861790f350b63d48c1d1f74edd3deb68073d /python/pyicu
parent8e5c554369f70d3e86f32534cc7e00d75fd60393 (diff)
downloadslackbuilds-0876b3a18af9212ee1ece32c34f6d10b272c03f0.tar.gz
slackbuilds-0876b3a18af9212ee1ece32c34f6d10b272c03f0.tar.xz
python/pyicu: Updated for version 1.1
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'python/pyicu')
-rw-r--r--python/pyicu/pyicu.SlackBuild6
-rw-r--r--python/pyicu/pyicu.info6
2 files changed, 5 insertions, 7 deletions
diff --git a/python/pyicu/pyicu.SlackBuild b/python/pyicu/pyicu.SlackBuild
index c1227c114c..1e6ca77d9d 100644
--- a/python/pyicu/pyicu.SlackBuild
+++ b/python/pyicu/pyicu.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pyicu
-# Copyright 2009-2010 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2009-2011 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,18 +23,16 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pyicu
-VERSION=0.9
+VERSION=1.1
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM=PyICU
-# 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/python/pyicu/pyicu.info b/python/pyicu/pyicu.info
index edceb54c21..dd66fd07dc 100644
--- a/python/pyicu/pyicu.info
+++ b/python/pyicu/pyicu.info
@@ -1,8 +1,8 @@
PRGNAM="pyicu"
-VERSION="0.9"
+VERSION="1.1"
HOMEPAGE="http://pyicu.osafoundation.org/"
-DOWNLOAD="http://pypi.python.org/packages/source/P/PyICU/PyICU-0.9.tar.gz"
-MD5SUM="944e697f5f9554a68f92619c0a3f69e2"
+DOWNLOAD="http://pypi.python.org/packages/source/P/PyICU/PyICU-1.1.tar.gz"
+MD5SUM="70cbb5b43c3e6939b74c3f1b27e47aae"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"