git » python-ply.git » commit ae04fd4

Python 3.9 rebuild

author Evangelos Foutras
2020-11-11 10:52:30 UTC
committer Evangelos Foutras
2020-11-11 10:52:30 UTC
parent 68ee019ee60b50a20d214149e9d5633acca11b35

Python 3.9 rebuild

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 853b7dc..45b4986 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
 pkgbase=python-ply
 pkgname=(python-ply python2-ply)
 pkgver=3.11
-pkgrel=6
+pkgrel=7
 pkgdesc='Implementation of lex and yacc parsing tools'
 arch=('any')
 url='https://www.dabeaz.com/ply/'