Update to Python 3.9.0rc1
This commit is contained in:
parent
726e4eeb1d
commit
030e008700
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.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
|
||||
|
||||
|
||||
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.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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user