summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons <andrew.clemons@gmail.com>2017-09-15 11:55:08 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-09-16 07:15:12 +0700
commit67a4dec35b09093cd0b12795ede9e0f4e527750b (patch)
tree9c677d4e4e5fba39aec5f2a25fe15e0777cc5f54
parentecd7f004e2206fe078bd3e7daffe2d03df1437c8 (diff)
downloadslackbuilds-67a4dec35b09093cd0b12795ede9e0f4e527750b.tar.gz
slackbuilds-67a4dec35b09093cd0b12795ede9e0f4e527750b.tar.xz
python/python-unicodedata2: Updated for version 10.0.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--python/python-unicodedata2/python-unicodedata2.SlackBuild9
-rw-r--r--python/python-unicodedata2/python-unicodedata2.info6
2 files changed, 7 insertions, 8 deletions
diff --git a/python/python-unicodedata2/python-unicodedata2.SlackBuild b/python/python-unicodedata2/python-unicodedata2.SlackBuild
index 3ca71d02b7..546b799474 100644
--- a/python/python-unicodedata2/python-unicodedata2.SlackBuild
+++ b/python/python-unicodedata2/python-unicodedata2.SlackBuild
@@ -24,8 +24,7 @@
PRGNAM=python-unicodedata2
SRCNAM=unicodedata2
-VERSION=${VERSION:-9.0.0_4}
-SRCVERSION=${SRCVERSION:-$(echo "$VERSION" | tr '_' '-')}
+VERSION=${VERSION:-10.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,9 +60,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $SRCNAM-$SRCVERSION
-tar xvf $CWD/$SRCNAM-$SRCVERSION.tar.gz
-cd $SRCNAM-$SRCVERSION
+rm -rf $SRCNAM-$VERSION
+tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
+cd $SRCNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/python/python-unicodedata2/python-unicodedata2.info b/python/python-unicodedata2/python-unicodedata2.info
index 1213141d74..bc8a7072f3 100644
--- a/python/python-unicodedata2/python-unicodedata2.info
+++ b/python/python-unicodedata2/python-unicodedata2.info
@@ -1,8 +1,8 @@
PRGNAM="python-unicodedata2"
-VERSION="9.0.0_4"
+VERSION="10.0.0"
HOMEPAGE="https://pypi.python.org/pypi/unicodedata2"
-DOWNLOAD="https://github.com/mikekap/unicodedata2/archive/9.0.0-4/unicodedata2-9.0.0-4.tar.gz"
-MD5SUM="26b4b3f71a74b3c4df8248729c9554eb"
+DOWNLOAD="https://github.com/mikekap/unicodedata2/archive/10.0.0/unicodedata2-10.0.0.tar.gz"
+MD5SUM="536d8cfed185516f3642ae6af1239222"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""