[arch-commits] Commit in clang/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Fri Jul 13 20:12:32 UTC 2018


    Date: Friday, July 13, 2018 @ 20:12:32
  Author: foutrelis
Revision: 328559

Prepare for Python 3.7 rebuild

Modified:
  clang/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-13 20:04:43 UTC (rev 328558)
+++ PKGBUILD	2018-07-13 20:12:32 UTC (rev 328559)
@@ -89,7 +89,7 @@
   sed -i 's|libexec|lib/clang|' "$pkgdir/usr/bin/scan-build"
 
   # Install Python bindings
-  for _py in 2.7 3.6; do
+  for _py in 2.7 3.7; do
     install -d "$pkgdir/usr/lib/python$_py/site-packages"
     cp -a ../bindings/python/clang "$pkgdir/usr/lib/python$_py/site-packages/"
     _python${_py%%.*}_optimize "$pkgdir/usr/lib/python$_py"



More information about the arch-commits mailing list