diff options
author | root <root@rshg054.dnsready.net> | 2012-10-02 01:06:16 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-02 01:06:16 -0700 |
commit | 941550cbc215d608bd18439f99500b74fbb80f0d (patch) | |
tree | ced50aee5db693d8495b19c59d2bdbd6927c9393 /extra/antlr2/PKGBUILD | |
parent | 9b6be78b0c13a61c14d5278f1363eaf9c6388e4c (diff) |
Tue Oct 2 01:06:06 PDT 2012
Diffstat (limited to 'extra/antlr2/PKGBUILD')
-rw-r--r-- | extra/antlr2/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/extra/antlr2/PKGBUILD b/extra/antlr2/PKGBUILD index 7805cdd81..31269e235 100644 --- a/extra/antlr2/PKGBUILD +++ b/extra/antlr2/PKGBUILD @@ -1,12 +1,13 @@ -# $Id: PKGBUILD 150679 2012-02-20 03:46:01Z allan $ +# $Id: PKGBUILD 167380 2012-10-01 19:24:15Z guillaume $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: George Giorgidze <giorgidze (at) gmail.com> # Contributor: Stefan Husmann <stefan-husmann@t-online.de> 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 @@ package_antlr2() { "${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') |