Update to Python 3.9.6
This commit is contained in:
parent
27ae0753ef
commit
8588e9c10d
9
.SRCINFO
9
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = python39
|
||||
pkgdesc = Major release 3.9 of the Python high-level programming language
|
||||
pkgver = 3.9.0
|
||||
pkgver = 3.9.6
|
||||
pkgrel = 1
|
||||
url = https://www.python.org/
|
||||
arch = i686
|
||||
@ -18,9 +18,10 @@ pkgbase = python39
|
||||
depends = zlib
|
||||
optdepends = tk: for tkinter
|
||||
optdepends = sqlite
|
||||
options = !makeflags
|
||||
source = https://www.python.org/ftp/python/3.9.0/Python-3.9.0.tar.xz
|
||||
sha256sums = 9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854
|
||||
source = https://www.python.org/ftp/python/3.9.6/Python-3.9.6.tar.xz
|
||||
source = mpdecimal-2.5.1.patch
|
||||
sha256sums = 397920af33efc5b97f2e0b57e91923512ef89fc5b3c1d21dbfc8c4828ce0108a
|
||||
sha256sums = 8eb389be1babe03a0231001dc16dd2d69a3ea0fbf6b8c976a580787e7ff1594c
|
||||
|
||||
pkgname = python39
|
||||
|
||||
|
||||
4
PKGBUILD
4
PKGBUILD
@ -2,7 +2,7 @@
|
||||
# Maintained at https://github.com/rixx/pkgbuilds, feel free to submit patches
|
||||
|
||||
pkgname=python39
|
||||
pkgver=3.9.0
|
||||
pkgver=3.9.6
|
||||
pkgrel=1
|
||||
_pybasever=3.9
|
||||
_pymajver=3
|
||||
@ -18,7 +18,7 @@ source=(
|
||||
mpdecimal-2.5.1.patch
|
||||
)
|
||||
sha256sums=(
|
||||
'9c73e63c99855709b9be0b3cc9e5b072cb60f37311e8c4e50f15576a0bf82854'
|
||||
'397920af33efc5b97f2e0b57e91923512ef89fc5b3c1d21dbfc8c4828ce0108a'
|
||||
'8eb389be1babe03a0231001dc16dd2d69a3ea0fbf6b8c976a580787e7ff1594c'
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user