Update to Python 3.9.9
This commit is contained in:
parent
9094144f3d
commit
4f238a2f6b
8
.SRCINFO
8
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = python39
|
||||
pkgdesc = Major release 3.9 of the Python high-level programming language
|
||||
pkgver = 3.9.8
|
||||
pkgrel = 2
|
||||
pkgver = 3.9.9
|
||||
pkgrel = 1
|
||||
url = https://www.python.org/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
@ -22,11 +22,11 @@ pkgbase = python39
|
||||
optdepends = xz: for lzma
|
||||
optdepends = tk: for tkinter
|
||||
provides = python
|
||||
source = https://www.python.org/ftp/python/3.9.8/Python-3.9.8.tar.xz
|
||||
source = https://www.python.org/ftp/python/3.9.9/Python-3.9.9.tar.xz
|
||||
source = mpdecimal-2.5.1.patch
|
||||
validpgpkeys = 0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D
|
||||
validpgpkeys = E3FF2839C048B25C084DEBE9B26995E310250568
|
||||
sha256sums = 675ce09bf23c09836bf1969b744b1ea4c1a18c32788626632525f08444ebad5c
|
||||
sha256sums = 06828c04a573c073a4e51c4292a27c1be4ae26621c3edc7cf9318418ce3b6d27
|
||||
sha256sums = 8eb389be1babe03a0231001dc16dd2d69a3ea0fbf6b8c976a580787e7ff1594c
|
||||
|
||||
pkgname = python39
|
||||
|
||||
6
PKGBUILD
6
PKGBUILD
@ -2,8 +2,8 @@
|
||||
# Maintained at https://github.com/rixx/pkgbuilds, feel free to submit patches
|
||||
|
||||
pkgname=python39
|
||||
pkgver=3.9.8
|
||||
pkgrel=2
|
||||
pkgver=3.9.9
|
||||
pkgrel=1
|
||||
_pybasever=3.9
|
||||
_pymajver=3
|
||||
pkgdesc="Major release 3.9 of the Python high-level programming language"
|
||||
@ -18,7 +18,7 @@ source=(
|
||||
mpdecimal-2.5.1.patch
|
||||
)
|
||||
sha256sums=(
|
||||
'675ce09bf23c09836bf1969b744b1ea4c1a18c32788626632525f08444ebad5c'
|
||||
'06828c04a573c073a4e51c4292a27c1be4ae26621c3edc7cf9318418ce3b6d27'
|
||||
'8eb389be1babe03a0231001dc16dd2d69a3ea0fbf6b8c976a580787e7ff1594c'
|
||||
)
|
||||
validpgpkeys=(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user