From dde4182353cbd545ab8fa004ad933859163c1ca2 Mon Sep 17 00:00:00 2001 From: "Daniel M. Capella" Date: Fri, 5 Apr 2024 18:13:14 -0400 Subject: [PATCH] upgpkg: 1.3.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 0c686b0..df4e0a0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-pygls pkgdesc = Pythonic generic implementation of the Language Server Protocol pkgver = 1.3.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/openlawlibrary/pygls arch = any license = Apache-2.0 diff --git a/PKGBUILD b/PKGBUILD index 3bb92ab..0aa4096 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-pygls _name=${pkgname#python-} pkgver=1.3.1 -pkgrel=1 +pkgrel=2 pkgdesc='Pythonic generic implementation of the Language Server Protocol' arch=('any') url=https://github.com/openlawlibrary/pygls