We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cecb4fb commit 426871bCopy full SHA for 426871b
PKGBUILD
@@ -1,13 +1,13 @@
1
pkgname=python-i686-bin
2
pkgdesc="Major release 3.11 of the Python high-level programming language (32-bit)"
3
pkgver=3.11.8
4
-pkgrel=1
+pkgrel=2
5
arch=('x86_64')
6
url="https://www.python.org/"
7
license=('PSF-2.0')
8
options=('!debug')
9
depends=('glibc' 'zlib' 'bzip2' 'openssl' 'libffi')
10
-source=("https://github.com/shdwmtr/pybuilder/releases/download/v1.0.1/python-3.11.8-32-bit.tar.gz")
+source=("https://github.com/shdwmtr/pybuilder/releases/download/v1.0.4/python-3.11.8-32-bit.tar.gz")
11
sha256sums=('10af38d15eefc7ea55cc794444dfcf456e38f0f2883dc8e168ccc7d44555abfc')
12
13
package() {
0 commit comments