1 Commits

Author SHA1 Message Date
Daniel M. Capella
94b4c2287c upgpkg: 2023.0.1-1 2024-01-20 16:02:43 -05:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = python-lsprotocol
pkgdesc = Python types for Language Server Protocol
pkgver = 2023.0.0
pkgver = 2023.0.1
pkgrel = 1
url = https://github.com/microsoft/lsprotocol
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-lsprotocol
makedepends = python-flit-core
makedepends = python-installer
depends = python-cattrs
source = git+https://github.com/microsoft/lsprotocol.git#tag=2023.0.0
source = git+https://github.com/microsoft/lsprotocol.git#tag=2023.0.1
b2sums = SKIP
pkgname = python-lsprotocol

View File

@@ -2,7 +2,7 @@
pkgname=python-lsprotocol
_name=${pkgname#python-}
pkgver=2023.0.0
pkgver=2023.0.1
pkgrel=1
pkgdesc='Python types for Language Server Protocol'
arch=('any')