Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/python-setuptools
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-05-13 13:18:52 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-05-13 13:18:52 +0200
commitdc30155869c5e4168cc93d23acd9ee3bc62fe446 (patch)
tree96ac3d664cae31e4f53dfface1daf7c3464f25fb /extra/python-setuptools
parente7daceeef5e9edd33a4b85b016681a574af2a5ce (diff)
extra/python-setuptools: increased version of Pythonto 3.11 when creating scripts directory
Diffstat (limited to 'extra/python-setuptools')
-rw-r--r--extra/python-setuptools/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/python-setuptools/PKGBUILD b/extra/python-setuptools/PKGBUILD
index 2b768f5c..7cc0ca98 100644
--- a/extra/python-setuptools/PKGBUILD
+++ b/extra/python-setuptools/PKGBUILD
@@ -2,7 +2,7 @@
eval "$(
declare -f package | \
sed '
- 4 i mkdir build/scripts-3.10
+ 4 i mkdir build/scripts-3.11
'
)"