Update to Python 3.9.0rc1

This commit is contained in:
Tobias Kunze 2020-08-12 09:39:44 +02:00
parent 726e4eeb1d
commit 030e008700
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = python39
pkgdesc = Major release 3.9 of the Python high-level programming language
pkgver = 3.9.0b5
pkgver = 3.9.0rc1
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.0b5.tar.xz
sha256sums = 6ce1d77cba57cccb3e43cdb76217beacd7c7cd66a17d065523e4139cb5401564
source = https://www.python.org/ftp/python/3.9.0/Python-3.9.0rc1.tar.xz
sha256sums = fba7a73e7359356967b853c234b97f4a4114f02b8bd60d6bde6e2f97bcdfdc70
pkgname = python39

View File

@ -2,7 +2,7 @@
# Maintained at https://github.com/rixx/pkgbuilds, feel free to submit patches
pkgname=python39
pkgver=3.9.0b5
pkgver=3.9.0rc1
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=('6ce1d77cba57cccb3e43cdb76217beacd7c7cd66a17d065523e4139cb5401564')
sha256sums=('fba7a73e7359356967b853c234b97f4a4114f02b8bd60d6bde6e2f97bcdfdc70')
prepare() {
cd "${srcdir}/Python-${pkgver}"