git » python-ply.git » commit 5c2d1cb

rebuild with python 3.11

author Felix Yan
2023-04-10 12:16:07 UTC
committer Felix Yan
2023-04-10 12:16:07 UTC
parent b3a5543a769fa72c0f835a8edd61c2c889fc25af

rebuild with python 3.11

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 884f0fd..bca3225 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 
 pkgname=python-ply
 pkgver=3.11
-pkgrel=11
+pkgrel=12
 pkgdesc='Implementation of lex and yacc parsing tools'
 arch=('any')
 url='https://www.dabeaz.com/ply/'