diff options
Diffstat (limited to 'python/python3-websocket-client')
-rw-r--r-- | python/python3-websocket-client/python3-websocket-client.SlackBuild | 5 | ||||
-rw-r--r-- | python/python3-websocket-client/python3-websocket-client.info | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/python/python3-websocket-client/python3-websocket-client.SlackBuild b/python/python3-websocket-client/python3-websocket-client.SlackBuild index aab03acb92..98f8b7b3f6 100644 --- a/python/python3-websocket-client/python3-websocket-client.SlackBuild +++ b/python/python3-websocket-client/python3-websocket-client.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-websocket-client SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-1.5.1} +VERSION=${VERSION:-1.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -57,6 +57,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-websocket-client/python3-websocket-client.info b/python/python3-websocket-client/python3-websocket-client.info index 5cf9227c2f..90a3c16144 100644 --- a/python/python3-websocket-client/python3-websocket-client.info +++ b/python/python3-websocket-client/python3-websocket-client.info @@ -1,8 +1,8 @@ PRGNAM="python3-websocket-client" -VERSION="1.5.1" +VERSION="1.6.2" HOMEPAGE="https://github.com/liris/websocket-client" -DOWNLOAD="https://github.com/liris/websocket-client/archive/v1.5.1/websocket-client-1.5.1.tar.gz" -MD5SUM="ecec6974b50e1f5ac118059aac142273" +DOWNLOAD="https://github.com/liris/websocket-client/archive/v1.6.2/websocket-client-1.6.2.tar.gz" +MD5SUM="ff5cf6a1ef4cb4e188aee6378c32f845" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |