summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Kunze2020-12-22 03:06:44 +0100
committerTobias Kunze2020-12-22 03:06:44 +0100
commit2f83d6346da4ebab8c26e822359b5016f595e9ab (patch)
tree390b5f56673d463de2e3d219b4e2555fdf3cec93
parent5acc129e62492adf859bc6806c1882d4715bc740 (diff)
downloadaur-2f83d6346da4ebab8c26e822359b5016f595e9ab.tar.gz
Update to Python 3.8.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a8eec252e4b..174715a82c4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python38
pkgdesc = Major release 3.8 of the Python high-level programming language
- pkgver = 3.8.6
- pkgrel = 2
+ pkgver = 3.8.7
+ pkgrel = 1
url = https://www.python.org/
arch = i686
arch = x86_64
@@ -19,8 +19,8 @@ pkgbase = python38
optdepends = tk: for tkinter
optdepends = sqlite
options = !makeflags
- source = https://www.python.org/ftp/python/3.8.6/Python-3.8.6.tar.xz
- sha256sums = a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a
+ source = https://www.python.org/ftp/python/3.8.7/Python-3.8.7.tar.xz
+ sha256sums = ddcc1df16bb5b87aa42ec5d20a5b902f2d088caa269b28e01590f97a798ec50a
pkgname = python38
diff --git a/PKGBUILD b/PKGBUILD
index a2b6344858a0..419b92407b7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintained at https://github.com/rixx/pkgbuilds, feel free to submit patches
pkgname=python38
-pkgver=3.8.6
-pkgrel=2
+pkgver=3.8.7
+pkgrel=1
_pybasever=3.8
_pymajver=3
pkgdesc="Major release 3.8 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=(https://www.python.org/ftp/python/${pkgver}/Python-${pkgver}.tar.xz)
-sha256sums=('a9e0b79d27aa056eb9cce8d63a427b5f9bab1465dee3f942dcfdb25a82f4ab8a')
+sha256sums=('ddcc1df16bb5b87aa42ec5d20a5b902f2d088caa269b28e01590f97a798ec50a')
prepare() {
cd "${srcdir}/Python-${pkgver}"