Compare commits
2 Commits
2023.0.1-1
...
2023.0.1-2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f38811a749 | ||
|
|
31d81e58ba |
4
.SRCINFO
4
.SRCINFO
@@ -1,7 +1,7 @@
|
||||
pkgbase = python-lsprotocol
|
||||
pkgdesc = Python types for Language Server Protocol
|
||||
pkgver = 2023.0.1
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/microsoft/lsprotocol
|
||||
arch = any
|
||||
license = MIT
|
||||
@@ -14,6 +14,6 @@ pkgbase = python-lsprotocol
|
||||
makedepends = python-installer
|
||||
depends = python-cattrs
|
||||
source = git+https://github.com/microsoft/lsprotocol.git#tag=2023.0.1
|
||||
b2sums = SKIP
|
||||
b2sums = 8e3ce2c021a8e170aaa05fb7ff8d25136d26a88977d070fa5f1c29616199c50e7fb2e401597dfe16b16e61e381923a6aa5df326624ac03258dc33028d17d4312
|
||||
|
||||
pkgname = python-lsprotocol
|
||||
|
||||
4
PKGBUILD
4
PKGBUILD
@@ -3,7 +3,7 @@
|
||||
pkgname=python-lsprotocol
|
||||
_name=${pkgname#python-}
|
||||
pkgver=2023.0.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Python types for Language Server Protocol'
|
||||
arch=('any')
|
||||
url=https://github.com/microsoft/lsprotocol
|
||||
@@ -12,7 +12,7 @@ depends=('python-cattrs')
|
||||
makedepends=('git' 'python-build' 'python-flit-core' 'python-installer')
|
||||
checkdepends=('python-jsonschema' 'python-pyhamcrest' 'python-pytest')
|
||||
source=("git+$url.git#tag=$pkgver")
|
||||
b2sums=('SKIP')
|
||||
b2sums=('8e3ce2c021a8e170aaa05fb7ff8d25136d26a88977d070fa5f1c29616199c50e7fb2e401597dfe16b16e61e381923a6aa5df326624ac03258dc33028d17d4312')
|
||||
|
||||
build() {
|
||||
cd "$_name"/packages/python
|
||||
|
||||
Reference in New Issue
Block a user