summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorClaudia Pellegrino2023-08-03 13:19:09 +0200
committerClaudia Pellegrino2023-08-03 13:19:09 +0200
commit87a374ce3f4bb099bd86e03b4ab63978346982c6 (patch)
treedef1f8ac6a99d13dd3e1446cc67853bab99e8e79 /PKGBUILD
parent8a4e85da3cdb955956d2461eee85ef18192ae61f (diff)
downloadaur-87a374ce3f4bb099bd86e03b4ab63978346982c6.tar.gz
Update comment about temporary workaround
Add comment about fix, update removal instructions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32b261dca590..ea095a7c7cc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,10 +38,12 @@ prepare() {
rm -rf dist # https://github.com/python-poetry/poetry/issues/1329
# Temporary workaround in order to prevent poetry from building an
- # empty wheel. Remove this workaround as soon as the upstream fix
- # lands in the community/python-poetry package.
+ # empty wheel. This was fixed upstream in poetry-core with PR #611 [1].
+ # Remove the following workaround as soon as the next upstream release
+ # (> 1.6.1) lands in the extra/python-poetry-core package [2].
#
- # See also: https://github.com/python-poetry/poetry/issues/5547
+ # [1]: https://github.com/python-poetry/poetry/issues/5547
+ # [2]: https://archlinux.org/packages/extra/any/python-poetry-core/
git -c init.defaultBranch=master init
}