Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit b70c172

Browse files
author
polyzen
committed
archrelease: copy trunk to community-any
git-svn-id: file:///srv/repos/svn-community/svn@903426 9fca08f4-af9d-4005-b8df-a31f2cc04f65
1 parent 918d56d commit b70c172

File tree

1 file changed

+7
-5
lines changed
  • python-pygls/repos/community-any

1 file changed

+7
-5
lines changed

python-pygls/repos/community-any/PKGBUILD

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
# Maintainer: Otreblan <[email protected]>
1+
# Maintainer: Daniel M. Capella <[email protected]>
2+
# Contributor: Otreblan <[email protected]>
23

34
_name=pygls
45
pkgname=python-pygls
5-
pkgver=0.10.1
6+
pkgver=0.10.2
67
pkgrel=1
78
pkgdesc='Pythonic generic implementation of the Language Server Protocol'
89
arch=('any')
910
url=https://github.com/openlawlibrary/pygls
1011
license=('APACHE')
11-
depends=('python-psutil' 'python-pydantic' 'python-typeguard')
12+
depends=('python-pydantic' 'python-typeguard')
1213
makedepends=('python-setuptools')
1314
checkdepends=('python-mock' 'python-pytest' 'python-pytest-asyncio')
14-
source=("$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
15-
b2sums=('01927d80f6ba961ab0f745be3c62d67683603203c7b94429c2420869d8d90c2b4aa8e02cf2e54a04feb26e4144f2423882086f6007afc4648decc39f0814ae13')
15+
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
16+
sha256sums=('5b50a1931613f36af446b16c644a85b52ceb2beceb09bddd05f9ce054f13e9ab')
17+
b2sums=('bc3855f9f9e2ad3e31b35ce6e994dca73269bd5bf9aa358be038aa6334f2e0c8bc8e205d07688e39421b41e4e2fdecb2e0c2425e1b87b46701be26a5cd2c54e7')
1618

1719
build() {
1820
cd $_name-$pkgver

0 commit comments

Comments
 (0)