Date: Monday, December 5, 2022 @ 22:08:23
  Author: arojas
Revision: 1356645

upgpkg: python-jedi 0.18.2-1: Update to 0.18.2

Modified:
  python-jedi/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-05 22:04:01 UTC (rev 1356644)
+++ PKGBUILD    2022-12-05 22:08:23 UTC (rev 1356645)
@@ -5,8 +5,8 @@
 # Contributor: Jesus Alvarez
 
 pkgname=python-jedi
-_gitcommit=fae26fa7a427b94a21e11500503d8008647e6309
-pkgver=0.18.1
+_gitcommit=eaab7060388c8f438f1dbe6502e47c6639aa9bac
+pkgver=0.18.2
 pkgrel=1
 pkgdesc="Awesome autocompletion for python"
 url="https://github.com/davidhalter/jedi";
@@ -32,7 +32,7 @@
   git submodule init
   git config submodule."jedi/third_party/typeshed".url "${srcdir}/typeshed"
   git config submodule."jedi/third_party/django-stubs".url 
"${srcdir}/django-stubs"
-  git submodule update --recursive
+  git -c protocol.file.allow=always submodule update --recursive
 }
 
 build() {

Reply via email to