From f38811a74972f89a704ba67a07aff369a8a4428a Mon Sep 17 00:00:00 2001 From: "Daniel M. Capella" Date: Fri, 5 Apr 2024 18:12:04 -0400 Subject: [PATCH] upgpkg: 2023.0.1-2: Rebuild for Python 3.12 --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 5139748..83d695c 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index c86cc48..0759f94 100644 --- a/PKGBUILD +++ b/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