Date: Saturday, August 17, 2019 @ 20:22:52
  Author: jelle
Revision: 500034

replace python2 dependency with python

Modified:
  bash-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-08-17 20:18:28 UTC (rev 500033)
+++ PKGBUILD    2019-08-17 20:22:52 UTC (rev 500034)
@@ -9,7 +9,7 @@
 url="https://github.com/mads-hartmann/bash-language-server";
 license=("MIT")
 depends=("nodejs" "acorn")
-makedepends=("yarn" "typescript" "python2")
+makedepends=("yarn" "typescript" "python")
 
source=("https://github.com/mads-hartmann/$pkgname/archive/server-$pkgver.tar.gz";)
 
sha512sums=('d102374fab5b849321ee09bddcc22807b0b81347b2495ccd280bbb9c835f8c6e21199f7827f0ebddaecbabc4b9dec5af1ad69cd491304a9f8013ad3fb6c2b1d5')
 

Reply via email to