git » python-ply.git » commit b3a5543

rebuild with python 3.11 (rebuild pass 1, specified --nocheck)

author Felix Yan
2023-04-06 02:15:21 UTC
committer Felix Yan
2023-04-06 02:15:21 UTC
parent 6470a7d5f3ea5c340bfaa376137c8ce17f221bc9

rebuild with python 3.11 (rebuild pass 1, specified --nocheck)

PKGBUILD +1 -1

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