upgpkg: 2023.0.1-1

This commit is contained in:
Daniel M. Capella
2024-01-20 16:02:43 -05:00
parent e359870b75
commit 94b4c2287c
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')