summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Kunze2019-08-31 09:17:01 +0200
committerTobias Kunze2019-08-31 09:17:01 +0200
commit56074a541c77b092bdb43c08e77da05b5f1db392 (patch)
tree8a8d953dbfc67de46e5196b43a505677ace6bb4d
parentf054fc9d83e7d0828cbf12a97d918839d68f3d5c (diff)
downloadaur-56074a541c77b092bdb43c08e77da05b5f1db392.tar.gz
Update to Python 3.8.0b4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e63b73ac8904..cd3b5e390dd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python38
pkgdesc = Major release 3.8 of the Python high-level programming language
- pkgver = 3.8.0b2
+ pkgver = 3.8.0b4
pkgrel = 1
url = https://www.python.org/
arch = i686
@@ -19,8 +19,8 @@ pkgbase = python38
optdepends = tk: for tkinter
optdepends = sqlite
options = !makeflags
- source = https://www.python.org/ftp/python/3.8.0/Python-3.8.0b2.tar.xz
- sha256sums = 74c1609fd006409c2b69d46fb44d2ca29f4ab8745c48d30af1a6b0bacb6f09e6
+ source = https://www.python.org/ftp/python/3.8.0/Python-3.8.0b4.tar.xz
+ sha256sums = 38196bbd24a0f026391009e0b668d0210987458a55f367a271307644489708ad
pkgname = python38
diff --git a/PKGBUILD b/PKGBUILD
index 704999d58ec3..c67305e94df1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintained at https://github.com/rixx/pkgbuilds, feel free to submit patches
pkgname=python38
-pkgver=3.8.0b2
+pkgver=3.8.0b4
pkgrel=1
_pyver=3.8.0
_pybasever=3.8
@@ -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=('74c1609fd006409c2b69d46fb44d2ca29f4ab8745c48d30af1a6b0bacb6f09e6')
+sha256sums=('38196bbd24a0f026391009e0b668d0210987458a55f367a271307644489708ad')
prepare() {
cd "${srcdir}/Python-${pkgver}"