summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Kunze2021-09-06 22:33:03 +0200
committerTobias Kunze2021-09-06 22:33:03 +0200
commite81919737689c49704a2f9c9cbdaefc970ab5399 (patch)
treeb332b659ae5c8bc139f1326775cde8f06d94d7e9
parent3f41b533b168116a94806e7269cbe234e57356ac (diff)
downloadaur-e81919737689c49704a2f9c9cbdaefc970ab5399.tar.gz
Update to Python 3.6.15
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98f4028731c3..9324a2f26452 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python36
pkgdesc = Major release 3.6 of the Python high-level programming language
- pkgver = 3.6.14
- pkgrel = 3
+ pkgver = 3.6.15
+ pkgrel = 1
url = http://www.python.org/
arch = i686
arch = x86_64
@@ -21,8 +21,7 @@ pkgbase = python36
optdepends = tk: for tkinter
optdepends = sqlite
provides = python
- source = http://www.python.org/ftp/python/3.6.14/Python-3.6.14.tar.xz
- sha256sums = 2663a7a0cfbd00fc76269dce4317db0b54be53c0f4d705aabb32b87efa02d5ae
+ source = http://www.python.org/ftp/python/3.6.15/Python-3.6.15.tar.xz
+ sha256sums = 6e28d7cdd6dd513dd190e49bca3972e20fcf455090ccf2ef3f1a227614135d91
pkgname = python36
-
diff --git a/PKGBUILD b/PKGBUILD
index b6dd47f83596..02087d8de283 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintained at https://github.com/rixx/pkgbuilds, feel free to submit patches
pkgname=python36
-pkgver=3.6.14
-pkgrel=3
+pkgver=3.6.15
+pkgrel=1
_pybasever=3.6
_pymajver=3
pkgdesc="Major release 3.6 of the Python high-level programming language"
@@ -14,7 +14,7 @@ depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
makedepends=('tk' 'sqlite' 'bluez-libs' 'mpdecimal')
optdepends=('tk: for tkinter' 'sqlite')
source=(http://www.python.org/ftp/python/${pkgver}/Python-${pkgver}.tar.xz)
-sha256sums=('2663a7a0cfbd00fc76269dce4317db0b54be53c0f4d705aabb32b87efa02d5ae')
+sha256sums=('6e28d7cdd6dd513dd190e49bca3972e20fcf455090ccf2ef3f1a227614135d91')
provides=('python')
prepare() {