summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 381e447dc3ce..7d34b315d271 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintained at https://github.com/rixx/pkgbuilds, feel free to submit patches
pkgname=python310
-pkgver=3.10.0b3
+pkgver=3.10.0b4
pkgrel=1
_pyver=3.10.0
_pybasever=3.10
@@ -15,7 +15,7 @@ depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
makedepends=('tk' 'sqlite' 'bluez-libs' 'mpdecimal')
optdepends=('tk: for tkinter' 'sqlite')
source=(https://www.python.org/ftp/python/${_pyver}/Python-${pkgver}.tar.xz)
-sha256sums=('2267aed4d01015176bcfe645ac6ca36e05f0c30a76f1f9973863692f6e25cc15')
+sha256sums=('27d2f40401144830bd89d632002d1ab7c7898637f098d83e813e3edf70dd3b40')
prepare() {
cd "${srcdir}/Python-${pkgver}"