Update to Python 3.6.9
This commit is contained in:
parent
efc10d6c0f
commit
c9d313638a
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = python36
|
pkgbase = python36
|
||||||
pkgdesc = Major release 3.6 of the Python high-level programming language
|
pkgdesc = Major release 3.6 of the Python high-level programming language
|
||||||
pkgver = 3.6.8
|
pkgver = 3.6.9
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://www.python.org/
|
url = http://www.python.org/
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -19,8 +19,8 @@ pkgbase = python36
|
||||||
optdepends = tk: for tkinter
|
optdepends = tk: for tkinter
|
||||||
optdepends = sqlite
|
optdepends = sqlite
|
||||||
options = !makeflags
|
options = !makeflags
|
||||||
source = http://www.python.org/ftp/python/3.6.8/Python-3.6.8.tar.xz
|
source = http://www.python.org/ftp/python/3.6.9/Python-3.6.9.tar.xz
|
||||||
sha256sums = 35446241e995773b1bed7d196f4b624dadcadc8429f26282e756b2fb8a351193
|
sha256sums = 5e2f5f554e3f8f7f0296f7e73d8600c4e9acbaee6b2555b83206edf5153870da
|
||||||
|
|
||||||
pkgname = python36
|
pkgname = python36
|
||||||
|
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -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=python36
|
pkgname=python36
|
||||||
pkgver=3.6.8
|
pkgver=3.6.9
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
_pybasever=3.6
|
_pybasever=3.6
|
||||||
_pymajver=3
|
_pymajver=3
|
||||||
|
@ -15,7 +15,7 @@ makedepends=('tk' 'sqlite' 'bluez-libs' 'mpdecimal')
|
||||||
optdepends=('tk: for tkinter' 'sqlite')
|
optdepends=('tk: for tkinter' 'sqlite')
|
||||||
options=('!makeflags')
|
options=('!makeflags')
|
||||||
source=(http://www.python.org/ftp/python/${pkgver}/Python-${pkgver}.tar.xz)
|
source=(http://www.python.org/ftp/python/${pkgver}/Python-${pkgver}.tar.xz)
|
||||||
sha256sums=('35446241e995773b1bed7d196f4b624dadcadc8429f26282e756b2fb8a351193')
|
sha256sums=('5e2f5f554e3f8f7f0296f7e73d8600c4e9acbaee6b2555b83206edf5153870da')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${srcdir}/Python-${pkgver}"
|
cd "${srcdir}/Python-${pkgver}"
|
||||||
|
|
Loading…
Reference in New Issue