author | Felix Yan
<felixonmars@archlinux.org> 2019-10-31 17:42:44 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2019-10-31 17:42:44 UTC |
parent | 89245789ff16308dbf62a246f1b3e63d216920f4 |
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/'