summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hsuan Yen2019-07-08 19:46:53 +0800
committerChih-Hsuan Yen2019-07-08 19:47:05 +0800
commitf4060cd6effc08c981d9853a9900da618b2fcd98 (patch)
tree3d3500d0b8bea00afb5d2dd1cc1f5964475a1ded
parentf10bf43940186fe939fc08afd83ef6181c8e771f (diff)
downloadaur-f4060cd6effc08c981d9853a9900da618b2fcd98.tar.gz
Re-enable optimizations and drop i686
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74bcc99ace3f..e89c4f9d2d08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = python-git
pkgdesc = Next generation of the python high-level scripting language
- pkgver = 3.9.0a0.r104453.ccf0efbb21
+ pkgver = 3.9.0a0.r104747.38f44b4a4ad
pkgrel = 1
url = https://www.python.org/
- arch = i686
arch = x86_64
license = custom
checkdepends = ttf-font
diff --git a/PKGBUILD b/PKGBUILD
index fc47512af8c8..9c8d677134e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,11 @@
# Contributor: Jason Chu <jason@archlinux.org>
pkgname=python-git
-pkgver=3.9.0a0.r104453.ccf0efbb21
+pkgver=3.9.0a0.r104747.38f44b4a4ad
pkgrel=1
_pybasever=3.9
pkgdesc="Next generation of the python high-level scripting language"
-arch=('i686' 'x86_64')
+arch=('x86_64')
license=('custom')
url="https://www.python.org/"
depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib' 'libnsl')
@@ -64,6 +64,7 @@ build() {
--enable-shared \
--with-threads \
--with-computed-gotos \
+ --enable-optimizations \
--with-lto \
--enable-ipv6 \
--with-system-expat \