Date: Friday, March 3, 2023 @ 19:03:57
  Author: polyzen
Revision: 1410553

upgpkg: python-lsprotocol 2023.0.0a1-1

Modified:
  python-lsprotocol/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-03 19:03:55 UTC (rev 1410552)
+++ PKGBUILD    2023-03-03 19:03:57 UTC (rev 1410553)
@@ -2,7 +2,7 @@
 
 _name=lsprotocol
 pkgname=python-lsprotocol
-pkgver=2022.0.0a10
+pkgver=2023.0.0a1
 pkgrel=1
 pkgdesc='Python implementation of the Language Server Protocol'
 arch=('any')
@@ -15,17 +15,17 @@
 b2sums=('SKIP')
 
 build() {
-  cd $_name
+  cd $_name/packages/python
   python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
   cd $_name
-  pytest tests
+  pytest tests/python
 }
 
 package() {
-  cd $_name
+  cd $_name/packages/python
   python -m installer --destdir="$pkgdir" dist/*.whl
 
   # Symlink license file

Reply via email to