summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 211db54bc3b7..38c9899d352a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python311
pkgdesc = Major release 3.11 of the Python high-level programming language
pkgver = 3.11.9
- pkgrel = 1
+ pkgrel = 2
url = https://www.python.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4888d17e39f2..62870916f02f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
+# Maintainer: soh @ AUR
# Maintainer: Tobias Kunze <r@rixx.de>
# Maintained at https://github.com/rixx/pkgbuilds, feel free to submit patches
pkgname=python311
pkgver=3.11.9
-pkgrel=1
+pkgrel=2
_pybasever=3.11
_pymajver=3
pkgdesc="Major release 3.11 of the Python high-level programming language"
@@ -39,7 +40,9 @@ build() {
cd "${srcdir}/Python-${pkgver}"
CFLAGS="${CFLAGS} -fno-semantic-interposition"
- ./configure --prefix=/usr \
+ ./configure \
+ ax_cv_c_float_words_bigendian=no \
+ --prefix=/usr \
--enable-shared \
--with-computed-gotos \
--with-lto \