upgpkg: 1.3.1-1

This commit is contained in:
Daniel M. Capella
2024-03-26 15:54:41 -04:00
parent 9fdac19b31
commit d44f34b6c0
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = python-pygls
pkgdesc = Pythonic generic implementation of the Language Server Protocol
pkgver = 1.3.0
pkgver = 1.3.1
pkgrel = 1
url = https://github.com/openlawlibrary/pygls
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-pygls
makedepends = python-poetry-core
depends = python-cattrs
depends = python-lsprotocol
source = git+https://github.com/openlawlibrary/pygls.git#tag=v1.3.0
b2sums = 36bdf2c1a8311efd051f76658dd5aac394d5e1535272851301f14f4173a764d737b54f5c058cef4a25d04aa46fde8bea56e688d14d2215f66d94e6aef3e5b446
source = git+https://github.com/openlawlibrary/pygls.git#tag=v1.3.1
b2sums = c893198f1004256118acfa1bee3aefb87f98a34f2a634de7263d621e56673312a735e94ab8703135e7e43df21cde0a07946a9187c54878c2dcadd696fb8830e4
pkgname = python-pygls

View File

@@ -3,7 +3,7 @@
pkgname=python-pygls
_name=${pkgname#python-}
pkgver=1.3.0
pkgver=1.3.1
pkgrel=1
pkgdesc='Pythonic generic implementation of the Language Server Protocol'
arch=('any')
@@ -13,7 +13,7 @@ depends=('python-cattrs' 'python-lsprotocol')
makedepends=('git' 'python-build' 'python-installer' 'python-poetry-core')
checkdepends=('python-pytest-asyncio')
source=("git+$url.git#tag=v$pkgver")
b2sums=('36bdf2c1a8311efd051f76658dd5aac394d5e1535272851301f14f4173a764d737b54f5c058cef4a25d04aa46fde8bea56e688d14d2215f66d94e6aef3e5b446')
b2sums=('c893198f1004256118acfa1bee3aefb87f98a34f2a634de7263d621e56673312a735e94ab8703135e7e43df21cde0a07946a9187c54878c2dcadd696fb8830e4')
build() {
cd "$_name"