diff options
Diffstat (limited to 'python/Unidecode')
-rw-r--r-- | python/Unidecode/Unidecode.SlackBuild | 6 | ||||
-rw-r--r-- | python/Unidecode/Unidecode.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/Unidecode/Unidecode.SlackBuild b/python/Unidecode/Unidecode.SlackBuild index 296ce796eed9..0fcff3454dd6 100644 --- a/python/Unidecode/Unidecode.SlackBuild +++ b/python/Unidecode/Unidecode.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Unidecode -# Copyright 2013-2016 Markus Reichelt, Aachen, DE +# Copyright 2013-2018 Markus Reichelt, Aachen, DE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115 PRGNAM=Unidecode -VERSION=${VERSION:-0.04.19} +VERSION=${VERSION:-0.04.21} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -76,7 +76,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a PKG-INFO ChangeLog LICENSE README* $PKG/usr/doc/$PRGNAM-$VERSION +cp -a ChangeLog LICENSE README* $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/Unidecode/Unidecode.info b/python/Unidecode/Unidecode.info index 889317146b49..16239e2c61bd 100644 --- a/python/Unidecode/Unidecode.info +++ b/python/Unidecode/Unidecode.info @@ -1,8 +1,8 @@ PRGNAM="Unidecode" -VERSION="0.04.19" +VERSION="0.04.21" HOMEPAGE="https://pypi.python.org/pypi/Unidecode/" -DOWNLOAD="https://pypi.python.org/packages/5a/73/053be0fafe387d41ce705585412808093f5a333aaa71cabbab641f677c11/Unidecode-0.04.19.tar.gz" -MD5SUM="9b3ab9bfe5a58124609840f0c2accfe4" +DOWNLOAD="https://pypi.python.org/packages/0e/26/6a4295c494e381d56bba986893382b5dd5e82e2643fc72e4e49b6c99ce15/Unidecode-0.04.21.tar.gz" +MD5SUM="089031ed00637d7078f33dad9d6a3c12" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |