Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/build-support
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-01-06 18:29:57 +0200
committerTasos Sahanidis <tasos@tasossah.com>2024-01-06 18:29:57 +0200
commita923338580ba9855596ac1befd49cc2ca727fce2 (patch)
tree8d6aa09f1d40be5518dc3d657e0c55e0d2ad857f /build-support
parent71dd799c3a2a2ddd0941880627d94d0a3e417f91 (diff)
build-support/python-bootstrap: Switch package arch to any
Diffstat (limited to 'build-support')
-rw-r--r--build-support/python-bootstrap/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-support/python-bootstrap/PKGBUILD b/build-support/python-bootstrap/PKGBUILD
index 91842b85..8f956e13 100644
--- a/build-support/python-bootstrap/PKGBUILD
+++ b/build-support/python-bootstrap/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=python-bootstrap
pkgname=(python-build python-installer python-tomli python-pep517 python-setuptools python-flit-core python-wheel python-typing_extensions python-packaging python-setuptools-scm)
pkgver=0.1
-pkgrel=3
-arch=(pentium4 i686 i486)
+pkgrel=4
+arch=(any)
license=('custom')
makedepends=(python git)
url="https://gitlab.archlinux.org/archlinux/python-bootstrap"