author | Felix Yan
<felixonmars@archlinux.org> 2014-03-17 06:22:11 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2014-03-17 06:22:11 UTC |
parent | 8fc4c0605927447df7a33a2d0d766d8dabf3fd26 |
PKGBUILD | +1 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index e2c12fb..fec6bb1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=python-ply pkgname=(python-ply python2-ply) pkgver=3.4 -pkgrel=3 +pkgrel=4 pkgdesc='Implementation of lex and yacc parsing tools' arch=('any') url='http://www.dabeaz.com/ply/'