Update to Python 3.6.13
This commit is contained in:
parent
5730194b73
commit
a057b43d34
8
.SRCINFO
8
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = python36
|
||||
pkgdesc = Major release 3.6 of the Python high-level programming language
|
||||
pkgver = 3.6.12
|
||||
pkgrel = 2
|
||||
pkgver = 3.6.13
|
||||
pkgrel = 1
|
||||
url = http://www.python.org/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
|
@ -21,8 +21,8 @@ pkgbase = python36
|
|||
optdepends = tk: for tkinter
|
||||
optdepends = sqlite
|
||||
options = !makeflags
|
||||
source = http://www.python.org/ftp/python/3.6.12/Python-3.6.12.tar.xz
|
||||
sha256sums = 70953a9b5d6891d92e65d184c3512126a15814bee15e1eff2ddcce04334e9a99
|
||||
source = http://www.python.org/ftp/python/3.6.13/Python-3.6.13.tar.xz
|
||||
sha256sums = a47a43a53abb42286a2c11965343ff56711b9e64e8d11bf2c6701a4fb8ce1a0f
|
||||
|
||||
pkgname = python36
|
||||
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -2,8 +2,8 @@
|
|||
# Maintained at https://github.com/rixx/pkgbuilds, feel free to submit patches
|
||||
|
||||
pkgname=python36
|
||||
pkgver=3.6.12
|
||||
pkgrel=2
|
||||
pkgver=3.6.13
|
||||
pkgrel=1
|
||||
_pybasever=3.6
|
||||
_pymajver=3
|
||||
pkgdesc="Major release 3.6 of the Python high-level programming language"
|
||||
|
@ -15,7 +15,7 @@ makedepends=('tk' 'sqlite' 'bluez-libs' 'mpdecimal')
|
|||
optdepends=('tk: for tkinter' 'sqlite')
|
||||
options=('!makeflags')
|
||||
source=(http://www.python.org/ftp/python/${pkgver}/Python-${pkgver}.tar.xz)
|
||||
sha256sums=('70953a9b5d6891d92e65d184c3512126a15814bee15e1eff2ddcce04334e9a99')
|
||||
sha256sums=('a47a43a53abb42286a2c11965343ff56711b9e64e8d11bf2c6701a4fb8ce1a0f')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/Python-${pkgver}"
|
||||
|
|
Loading…
Reference in New Issue