diff options
Diffstat (limited to 'python/python3-ldap')
-rw-r--r-- | python/python3-ldap/python3-ldap.SlackBuild | 10 | ||||
-rw-r--r-- | python/python3-ldap/python3-ldap.info | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/python/python3-ldap/python3-ldap.SlackBuild b/python/python3-ldap/python3-ldap.SlackBuild index 9d7c948aa2..c84a87d4a1 100644 --- a/python/python3-ldap/python3-ldap.SlackBuild +++ b/python/python3-ldap/python3-ldap.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-ldap -# Copyright 2018-2022 Thibaut Notteboom, Paris, FRANCE +# Copyright 2018-2023 Thibaut Notteboom, Paris, FRANCE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-ldap -VERSION=${VERSION:-3.4.3} +VERSION=${VERSION:-3.4.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -61,6 +58,9 @@ elif [ "$ARCH" = "i686" ]; then elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" LIBDIRSUFFIX="64" +elif [ "$ARCH" = "aarch64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" LIBDIRSUFFIX="" diff --git a/python/python3-ldap/python3-ldap.info b/python/python3-ldap/python3-ldap.info index e41d620867..80bf872d0e 100644 --- a/python/python3-ldap/python3-ldap.info +++ b/python/python3-ldap/python3-ldap.info @@ -1,8 +1,8 @@ PRGNAM="python3-ldap" -VERSION="3.4.3" +VERSION="3.4.4" HOMEPAGE="https://www.python-ldap.org/" -DOWNLOAD="https://github.com/python-ldap/python-ldap/archive/python-ldap-3.4.3/python-ldap-python-ldap-3.4.3.tar.gz" -MD5SUM="b13912982b013bd7b63d07edfdf3a538" +DOWNLOAD="https://github.com/python-ldap/python-ldap/archive/python-ldap-3.4.4/python-ldap-python-ldap-3.4.4.tar.gz" +MD5SUM="f08abcb74b11e8144f249cf32d264cc5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="coverage python3-pyasn1-modules" |