diff options
-rw-r--r-- | python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild | 6 | ||||
-rw-r--r-- | python/python3-fastjsonschema/python3-fastjsonschema.info | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild b/python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild index 66602a533d..43a33e9218 100644 --- a/python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild +++ b/python/python3-fastjsonschema/python3-fastjsonschema.SlackBuild @@ -25,12 +25,12 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-fastjsonschema -VERSION=${VERSION:-2.16.1} +VERSION=${VERSION:-2.16.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -SRCNAM=fastjsonschema +SRCNAM=python-fastjsonschema if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -88,7 +88,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - LICENSE PKG-INFO README.rst \ + LICENSE README.rst \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/python/python3-fastjsonschema/python3-fastjsonschema.info b/python/python3-fastjsonschema/python3-fastjsonschema.info index 52cbcf1e5f..aabce1cbf3 100644 --- a/python/python3-fastjsonschema/python3-fastjsonschema.info +++ b/python/python3-fastjsonschema/python3-fastjsonschema.info @@ -1,8 +1,8 @@ PRGNAM="python3-fastjsonschema" -VERSION="2.16.1" -HOMEPAGE="https://horejsek.github.io/python-fastjsonschema/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/f/fastjsonschema/fastjsonschema-2.16.1.tar.gz" -MD5SUM="47f95d27c8d9af9376a27e4eda1b65ac" +VERSION="2.16.2" +HOMEPAGE="https://github.com/horejsek/python-fastjsonschema" +DOWNLOAD="https://github.com/horejsek/python-fastjsonschema/archive/v2.16.2/python-fastjsonschema-2.16.2.tar.gz" +MD5SUM="87022c96833e0aadf3e3888722559095" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |