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

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Apr 14 23:18:31 UTC 2022


    Date: Thursday, April 14, 2022 @ 23:18:30
  Author: foutrelis
Revision: 1186387

Run 'gclient sync' under Python 3

Modified:
  electron11/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-14 23:18:27 UTC (rev 1186386)
+++ PKGBUILD	2022-04-14 23:18:30 UTC (rev 1186387)
@@ -102,7 +102,7 @@
   },
 ]" > .gclient
 
-  python2 "${srcdir}/depot_tools/gclient.py" sync \
+  python3 "${srcdir}/depot_tools/gclient.py" sync \
       --with_branch_heads \
       --with_tags \
       --nohooks



More information about the arch-commits mailing list