author | Felix Yan
<felixonmars@archlinux.org> 2016-12-24 10:30:46 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2016-12-24 10:30:46 UTC |
parent | 10212057972337c74fc5f766d4aae5701ea8fc5f |
PKGBUILD | +1 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index f5f9014..cf90725 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=python-ply pkgname=(python-ply python2-ply) pkgver=3.9 -pkgrel=1 +pkgrel=2 pkgdesc='Implementation of lex and yacc parsing tools' arch=('any') url='http://www.dabeaz.com/ply/'