summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4794bdb9cb9c..65936b85e3a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = python38
pkgdesc = Major release 3.8 of the Python high-level programming language
- pkgver = 3.8.18
- pkgrel = 2
+ pkgver = 3.8.19
+ pkgrel = 1
url = https://www.python.org/
arch = i686
arch = x86_64
- license = custom
+ license = PSF-2.0
makedepends = tk
makedepends = sqlite
makedepends = bluez-libs
@@ -18,11 +18,11 @@ pkgbase = python38
depends = zlib
optdepends = tk: for tkinter
optdepends = sqlite
- source = https://www.python.org/ftp/python/3.8.18/Python-3.8.18.tar.xz
- source = https://www.python.org/ftp/python/3.8.18/Python-3.8.18.tar.xz.asc
+ source = https://www.python.org/ftp/python/3.8.19/Python-3.8.19.tar.xz
+ source = https://www.python.org/ftp/python/3.8.19/Python-3.8.19.tar.xz.asc
source = mpdecimal-2.5.1.patch
validpgpkeys = E3FF2839C048B25C084DEBE9B26995E310250568
- sha256sums = 3ffb71cd349a326ba7b2fadc7e7df86ba577dd9c4917e52a8401adbda7405e3f
+ sha256sums = d2807ac69f69b84fd46a0b93bbd02a4fa48d3e70f4b2835ff0f72a2885040076
sha256sums = SKIP
sha256sums = 8eb389be1babe03a0231001dc16dd2d69a3ea0fbf6b8c976a580787e7ff1594c
diff --git a/PKGBUILD b/PKGBUILD
index 14de9138e4bc..d7b91d84c0c0 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.18
-pkgrel=2
+pkgver=3.8.19
+pkgrel=1
_pybasever=3.8
_pymajver=3
pkgdesc="Major release 3.8 of the Python high-level programming language"
@@ -18,7 +18,7 @@ source=(
https://www.python.org/ftp/python/${pkgver}/Python-${pkgver}.tar.xz.asc
mpdecimal-2.5.1.patch
)
-sha256sums=('3ffb71cd349a326ba7b2fadc7e7df86ba577dd9c4917e52a8401adbda7405e3f'
+sha256sums=('d2807ac69f69b84fd46a0b93bbd02a4fa48d3e70f4b2835ff0f72a2885040076'
'SKIP'
'8eb389be1babe03a0231001dc16dd2d69a3ea0fbf6b8c976a580787e7ff1594c')
validpgpkeys=('E3FF2839C048B25C084DEBE9B26995E310250568')