summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin Morris2021-11-17 20:07:52 -0800
committerKevin Morris2021-11-17 20:07:52 -0800
commit96e94b7a2195631694045937824f78883aaa70b6 (patch)
tree59a899bbb9eb9b3f1cfffcfb3e92ea587cfc11f6 /PKGBUILD
parent50d2525113308528579bed35da19cd868ff327c2 (diff)
downloadaur-96e94b7a2195631694045937824f78883aaa70b6.tar.gz
upgpkg: 3.9.7
Arch's system libmpdec (mpdecimal) package is not compatible with building 3.9.7's _decimal module currently. It has been omitted for now; will be keeping eyes on libmpdec to see when we can restore the build flag safely. Signed-off-by: Kevin Morris <kevr@0cost.org>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60ad1db09465..f64480672f60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Daniel Bershatsky <bepshatsky@yandex.ru>
+# Maintainer: Kevin Morris <kevr@0cost.org>
+# Previous Maintainer: Daniel Bershatsky <bepshatsky@yandex.ru>
pkgname=python-dbg
-pkgver=3.8.6
+pkgver=3.9.7
pkgrel=1
epoch=0
pkgdesc="Python 3 debug symbols."
@@ -19,7 +20,7 @@ backup=()
options=(!debug !strip)
source=("https://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz")
-md5sums=('69e73c49eeb1a853cefd26d18c9d069d')
+sha256sums=('f8145616e68c00041d1a6399b76387390388f8359581abc24432bb969b5e3c57')
prepare() {
cd Python-${pkgver}
@@ -49,7 +50,6 @@ build() {
--with-pydebug \
--with-system-expat \
--with-system-ffi \
- --with-system-libmpdec \
--with-threads \
--with-valgrind \
--without-ensurepip