diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/python-fonttools/python-fonttools.SlackBuild | 2 | ||||
-rw-r--r-- | python/python-fonttools/python-fonttools.info | 6 | ||||
-rw-r--r-- | python/python-unicodedata2/python-unicodedata2.SlackBuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/python/python-fonttools/python-fonttools.SlackBuild b/python/python-fonttools/python-fonttools.SlackBuild index 51ae2d29d761b..8a61dc6e79108 100644 --- a/python/python-fonttools/python-fonttools.SlackBuild +++ b/python/python-fonttools/python-fonttools.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=python-fonttools SRCNAM=fonttools -VERSION=${VERSION:-3.31.0} +VERSION=${VERSION:-3.32.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python-fonttools/python-fonttools.info b/python/python-fonttools/python-fonttools.info index 2c7a871490120..c1569df637b19 100644 --- a/python/python-fonttools/python-fonttools.info +++ b/python/python-fonttools/python-fonttools.info @@ -1,8 +1,8 @@ PRGNAM="python-fonttools" -VERSION="3.31.0" +VERSION="3.32.0" HOMEPAGE="https://github.com/fonttools/fonttools" -DOWNLOAD="https://github.com/fonttools/fonttools/archive/3.31.0/fonttools-3.31.0.tar.gz" -MD5SUM="24f380853a3a82cb03a097e91451f626" +DOWNLOAD="https://github.com/fonttools/fonttools/archive/3.32.0/fonttools-3.32.0.tar.gz" +MD5SUM="b6050e9f6b1a9b6b4351f156704d7531" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/python/python-unicodedata2/python-unicodedata2.SlackBuild b/python/python-unicodedata2/python-unicodedata2.SlackBuild index c8470939b14ed..21097e0a193b0 100644 --- a/python/python-unicodedata2/python-unicodedata2.SlackBuild +++ b/python/python-unicodedata2/python-unicodedata2.SlackBuild @@ -61,7 +61,7 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -lm -rf $SRCNAM-$SRCVERSION +rm -rf $SRCNAM-$SRCVERSION tar xvf $CWD/$SRCNAM-$SRCVERSION.tar.gz cd $SRCNAM-$SRCVERSION chown -R root:root . |