Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/build-support/python-bootstrap/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2025-03-24 15:36:22 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2025-03-24 15:36:22 +0100
commit7b63b7db33fde5b1ea1b5601836bc73f8328d7ec (patch)
tree55e79330f1b89fcac8eae2ca639c4c74e17b40a4 /build-support/python-bootstrap/PKGBUILD
parent04c8c6492ae8b0599838817f988bbaebb81a3b36 (diff)
build-support/python-bootstrap: updated to 3.13.0
Diffstat (limited to 'build-support/python-bootstrap/PKGBUILD')
-rw-r--r--build-support/python-bootstrap/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-support/python-bootstrap/PKGBUILD b/build-support/python-bootstrap/PKGBUILD
index 77705858..682f91ef 100644
--- a/build-support/python-bootstrap/PKGBUILD
+++ b/build-support/python-bootstrap/PKGBUILD
@@ -4,12 +4,13 @@ pkgbase=python-bootstrap
pkgname=(python-{build,flit-core,installer,packaging,pyproject-hooks,setuptools,wheel})
pkgver=1
pkgrel=1
+_pythonver=3.13.0
arch=(any)
license=('custom')
makedepends=(python git)
url="https://gitlab.archlinux.org/archlinux/python-bootstrap"
source=(
- "${pkgbase}::git+https://gitlab.archlinux.org/archlinux/python-bootstrap.git#branch=python-3.12"
+ "${pkgbase}::git+https://gitlab.archlinux.org/archlinux/python-bootstrap.git#tag=$_pythonver"
"${pkgbase}-build::git+https://github.com/pypa/build.git"
"${pkgbase}-flit::git+https://github.com/takluyver/flit.git"
"${pkgbase}-installer::git+https://github.com/pypa/installer.git"