diff options
author | Isaac Yu <isaacyu@protonmail.com> | 2025-04-13 19:34:26 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-04-16 00:29:21 +0700 |
commit | bff48bfbb64a714ab916073bfe8c73d8b8e05175 (patch) | |
tree | 7158835c8a0cd3f0d395073df7a5e40d9757e781 /python/python3-async-lru/python3-async-lru.SlackBuild | |
parent | f5bc48645b17120dc8cb54de6df4eac22fb83695 (diff) |
python/python3-async-lru: Update for 2.0.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-async-lru/python3-async-lru.SlackBuild')
-rw-r--r-- | python/python3-async-lru/python3-async-lru.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python3-async-lru/python3-async-lru.SlackBuild b/python/python3-async-lru/python3-async-lru.SlackBuild index f9dc136703..4b3e57dca3 100644 --- a/python/python3-async-lru/python3-async-lru.SlackBuild +++ b/python/python3-async-lru/python3-async-lru.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-async-lru -# Copyright 2024 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2024-2025 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,12 +25,12 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-async-lru -VERSION=${VERSION:-2.0.4} +VERSION=${VERSION:-2.0.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -SRCNAM=async-lru +SRCNAM=async_lru if [ -z "$ARCH" ]; then case "$( uname -m )" in |