author | Felix Yan
<felixonmars@archlinux.org> 2015-09-19 10:28:25 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2015-09-19 10:28:25 UTC |
parent | b9e42542cbdbe42a0f1cca3c3fda627e1eed36fc |
PKGBUILD | +1 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index a9c1ba0..5aaeb86 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=python-ply pkgname=(python-ply python2-ply) pkgver=3.7 -pkgrel=1 +pkgrel=2 pkgdesc='Implementation of lex and yacc parsing tools' arch=('any') url='http://www.dabeaz.com/ply/'