git » python-ply.git » commit 89d3bfe

Python 3.8 rebuild

author Felix Yan
2019-10-31 17:42:44 UTC
committer Felix Yan
2019-10-31 17:42:44 UTC
parent 89245789ff16308dbf62a246f1b3e63d216920f4

Python 3.8 rebuild

PKGBUILD +1 -1

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