summaryrefslogtreecommitdiffstats
path: root/python/python3-sympy/python3-sympy.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-sympy/python3-sympy.SlackBuild')
-rw-r--r--python/python3-sympy/python3-sympy.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/python/python3-sympy/python3-sympy.SlackBuild b/python/python3-sympy/python3-sympy.SlackBuild
index e48cfc97ae..9e92b884e2 100644
--- a/python/python3-sympy/python3-sympy.SlackBuild
+++ b/python/python3-sympy/python3-sympy.SlackBuild
@@ -28,13 +28,14 @@
# Updated for 0.7.3 and 0.7.6 by Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Updated for 0.7.1, 0.7.5 and 1.3 by Serban Udrea <S.Udrea@gsi.de>
# Adapted for python3 and updated for 1.4 by Alexander Verbovetsky <alik@ejik.org>
+# Updated for 1.11.1 by Serban Udrea <S.Udrea@gsi.de>
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-sympy
SRCNAM=sympy
-VERSION=${VERSION:-1.4}
-BUILD=${BUILD:-1}
+VERSION=${VERSION:-1.11.1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -86,7 +87,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- AUTHORS LICENSE PKG-INFO README.rst \
+ AUTHORS LICENSE PKG-INFO README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild