author | Felix Yan
<felixonmars@archlinux.org> 2018-06-30 07:42:15 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2018-06-30 07:42:15 UTC |
parent | a37ad9be5215080e7ef5d9b2a3ec5025e3e2ce6d |
PKGBUILD | +1 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 6f1b492..82cde9e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=python-ply pkgname=(python-ply python2-ply) pkgver=3.11 -pkgrel=1 +pkgrel=2 pkgdesc='Implementation of lex and yacc parsing tools' arch=('any') url='http://www.dabeaz.com/ply/'