Update to 3.9.0rc2

This commit is contained in:
Tobias Kunze 2020-09-17 14:27:07 +02:00
parent 030e008700
commit 6abb9300c0
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = python39 pkgbase = python39
pkgdesc = Major release 3.9 of the Python high-level programming language pkgdesc = Major release 3.9 of the Python high-level programming language
pkgver = 3.9.0rc1 pkgver = 3.9.0rc2
pkgrel = 1 pkgrel = 1
url = https://www.python.org/ url = https://www.python.org/
arch = i686 arch = i686
@ -19,8 +19,8 @@ pkgbase = python39
optdepends = tk: for tkinter optdepends = tk: for tkinter
optdepends = sqlite optdepends = sqlite
options = !makeflags options = !makeflags
source = https://www.python.org/ftp/python/3.9.0/Python-3.9.0rc1.tar.xz source = https://www.python.org/ftp/python/3.9.0/Python-3.9.0rc2.tar.xz
sha256sums = fba7a73e7359356967b853c234b97f4a4114f02b8bd60d6bde6e2f97bcdfdc70 sha256sums = 80b57c11f60dc1f46a408b1543f04ed52e6475ed5e597b4c23f3fd65f0b729ba
pkgname = python39 pkgname = python39

View File

@ -2,7 +2,7 @@
# Maintained at https://github.com/rixx/pkgbuilds, feel free to submit patches # Maintained at https://github.com/rixx/pkgbuilds, feel free to submit patches
pkgname=python39 pkgname=python39
pkgver=3.9.0rc1 pkgver=3.9.0rc2
pkgrel=1 pkgrel=1
_pyver=3.9.0 _pyver=3.9.0
_pybasever=3.9 _pybasever=3.9
@ -16,7 +16,7 @@ makedepends=('tk' 'sqlite' 'bluez-libs' 'mpdecimal')
optdepends=('tk: for tkinter' 'sqlite') optdepends=('tk: for tkinter' 'sqlite')
options=('!makeflags') options=('!makeflags')
source=(https://www.python.org/ftp/python/${_pyver}/Python-${pkgver}.tar.xz) source=(https://www.python.org/ftp/python/${_pyver}/Python-${pkgver}.tar.xz)
sha256sums=('fba7a73e7359356967b853c234b97f4a4114f02b8bd60d6bde6e2f97bcdfdc70') sha256sums=('80b57c11f60dc1f46a408b1543f04ed52e6475ed5e597b4c23f3fd65f0b729ba')
prepare() { prepare() {
cd "${srcdir}/Python-${pkgver}" cd "${srcdir}/Python-${pkgver}"