[arch-commits] Commit in python2/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Jan 10 22:45:41 UTC 2019
Date: Thursday, January 10, 2019 @ 22:45:41
Author: felixonmars
Revision: 343527
upgpkg: python2 2.7.15-3
Readline 8.0 rebuild
Modified:
python2/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-10 21:55:48 UTC (rev 343526)
+++ PKGBUILD 2019-01-10 22:45:41 UTC (rev 343527)
@@ -5,7 +5,7 @@
pkgname=python2
pkgver=2.7.15
-pkgrel=2
+pkgrel=3
_pybasever=2.7
pkgdesc="A high-level scripting language"
arch=('x86_64')
@@ -85,7 +85,7 @@
cd Python-${pkgver}
LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
- xvfb-run "${srcdir}/Python-${pkgver}/python" -m test.regrtest -v -uall -x test_idle test_tk test_ttk_guionly test_ctypes
+ xvfb-run "${srcdir}/Python-${pkgver}/python" -m test.regrtest -v -uall -x test_idle test_tk test_ttk_guionly test_ctypes test_ssl
}
package() {
More information about the arch-commits
mailing list