Date: Monday, October 1, 2012 @ 15:22:43 Author: guillaume Revision: 167379
Renamed python-antlr2 to python2-antlr2 Modified: antlr2/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-10-01 18:45:33 UTC (rev 167378) +++ PKGBUILD 2012-10-01 19:22:43 UTC (rev 167379) @@ -4,9 +4,10 @@ # Contributor: Stefan Husmann <[email protected]> pkgbase=antlr2 -pkgname=('antlr2' 'python-antlr2') +pkgname=('antlr2' 'python2-antlr2') pkgver=2.7.7 -pkgrel=2 +pkgrel=3 +# Arch dependant files in /usr/lib/libantlr.a arch=('i686' 'x86_64') url="http://www.antlr2.org/" license=('custom') @@ -46,7 +47,7 @@ "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } -package_python-antlr2() { +package_python2-antlr2() { pkgdesc="ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions (Python version)" depends=('antlr2' 'python2') replaces=('python-antlr')
