diff options
| author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-08-31 13:16:52 -0600 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-02 18:02:38 +0700 |
| commit | a9c9a6ec85fba2030f41696798d2ae4c07467197 (patch) | |
| tree | 88239701c557a5c35a3f3623002ccbebac0bcf99 /python/python3-poetry-core/python3-poetry-core.SlackBuild | |
| parent | 84d8f0b5e568f6d5de4bffb5d5bf0ec09618cb30 (diff) | |
python/python3-poetry-core: Updated for version 1.7.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-poetry-core/python3-poetry-core.SlackBuild')
| -rw-r--r-- | python/python3-poetry-core/python3-poetry-core.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/python/python3-poetry-core/python3-poetry-core.SlackBuild b/python/python3-poetry-core/python3-poetry-core.SlackBuild index d82a36037c..d9c291554d 100644 --- a/python/python3-poetry-core/python3-poetry-core.SlackBuild +++ b/python/python3-poetry-core/python3-poetry-core.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-poetry-core -SRCNAM=$(echo ${PRGNAM#python3-*} | sed -e "s/-/_/") -VERSION=${VERSION:-1.5.2} +SRCNAM=poetry_core +VERSION=${VERSION:-1.7.0} 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="" |
