author | Felix Yan
<felixonmars@archlinux.org> 2019-10-25 15:20:26 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2019-10-25 15:20:26 UTC |
parent | c728dac61ca08a7cef79cf9a045a4df6075a2274 |
PKGBUILD | +1 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 1fe1e5a..19be54f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=python-ply pkgname=(python-ply python2-ply) pkgver=3.11 -pkgrel=2 +pkgrel=3 pkgdesc='Implementation of lex and yacc parsing tools' arch=('any') url='https://www.dabeaz.com/ply/'