Update to 3.9.0rc2
This commit is contained in:
parent
030e008700
commit
6abb9300c0
6
.SRCINFO
6
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = python39
|
||||
pkgdesc = Major release 3.9 of the Python high-level programming language
|
||||
pkgver = 3.9.0rc1
|
||||
pkgver = 3.9.0rc2
|
||||
pkgrel = 1
|
||||
url = https://www.python.org/
|
||||
arch = i686
|
||||
@ -19,8 +19,8 @@ pkgbase = python39
|
||||
optdepends = tk: for tkinter
|
||||
optdepends = sqlite
|
||||
options = !makeflags
|
||||
source = https://www.python.org/ftp/python/3.9.0/Python-3.9.0rc1.tar.xz
|
||||
sha256sums = fba7a73e7359356967b853c234b97f4a4114f02b8bd60d6bde6e2f97bcdfdc70
|
||||
source = https://www.python.org/ftp/python/3.9.0/Python-3.9.0rc2.tar.xz
|
||||
sha256sums = 80b57c11f60dc1f46a408b1543f04ed52e6475ed5e597b4c23f3fd65f0b729ba
|
||||
|
||||
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.0rc1
|
||||
pkgver=3.9.0rc2
|
||||
pkgrel=1
|
||||
_pyver=3.9.0
|
||||
_pybasever=3.9
|
||||
@ -16,7 +16,7 @@ makedepends=('tk' 'sqlite' 'bluez-libs' 'mpdecimal')
|
||||
optdepends=('tk: for tkinter' 'sqlite')
|
||||
options=('!makeflags')
|
||||
source=(https://www.python.org/ftp/python/${_pyver}/Python-${pkgver}.tar.xz)
|
||||
sha256sums=('fba7a73e7359356967b853c234b97f4a4114f02b8bd60d6bde6e2f97bcdfdc70')
|
||||
sha256sums=('80b57c11f60dc1f46a408b1543f04ed52e6475ed5e597b4c23f3fd65f0b729ba')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/Python-${pkgver}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user