diff --git a/extra/python/PKGBUILD b/core/python/PKGBUILD similarity index 97% rename from extra/python/PKGBUILD rename to core/python/PKGBUILD index dbaae0dc0..5e9af6776 100644 --- a/extra/python/PKGBUILD +++ b/core/python/PKGBUILD @@ -12,7 +12,7 @@ shopt -s extglob pkgbase=python pkgname=(python python-tests) -pkgver=3.9.6 +pkgver=3.9.7 pkgrel=1 _pybasever=${pkgver%.*} pkgdesc="Next generation of the python high-level scripting language" @@ -23,7 +23,7 @@ depends=('bzip2' 'expat' 'gdbm' 'libffi' 'libnsl' 'libxcrypt' 'openssl' 'zlib') makedepends=('tk' 'sqlite' 'bluez-libs' 'mpdecimal' 'llvm' 'gdb' 'xorg-server-xvfb' 'ttf-font') source=("https://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz"{,.asc} mpdecimal-2.5.1.patch) -sha512sums=('01c529e3207738d8771caeb5ed6217e10745c21aa39832fe3185e1c87fdb6aedead97ce38dbb11e02d873654028bd8071c3f345c18452769520723284efe9dc1' +sha512sums=('55139776ab58a40f9e1e70613d7071d559ef9e51e32a77791422aac134322c21a49f0348c42813214b69789c589367eae43e16d4ae838a73daf37617e966b735' 'SKIP' '58f683cbfdc6aa84c03d068c1bc2f1d8d2c17ba4f7b632c14ab1d529d8332e767354266c3815e239427497fff1a42ec2a37739ea312d24cb76a69dcf1c98c0ad') validpgpkeys=('0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D' # Ned Deily (Python release signing key) diff --git a/extra/python/genrebuild b/core/python/genrebuild similarity index 100% rename from extra/python/genrebuild rename to core/python/genrebuild diff --git a/extra/python/mpdecimal-2.5.1.patch b/core/python/mpdecimal-2.5.1.patch similarity index 100% rename from extra/python/mpdecimal-2.5.1.patch rename to core/python/mpdecimal-2.5.1.patch