git » python-ply.git » commit ca4ea36

reproducibility rebuild

author Felix Yan
2020-05-16 11:14:51 UTC
committer Felix Yan
2020-05-16 11:14:51 UTC
parent 89d3bfebdaab465f8f422707582118bdcbe3e37d

reproducibility rebuild

PKGBUILD +1 -1

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