[arch-commits] Commit in antlr/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Aug 31 10:22:24 UTC 2010


    Date: Tuesday, August 31, 2010 @ 06:22:24
  Author: andrea
Revision: 89303

fix arch() array

Modified:
  antlr/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-31 09:24:08 UTC (rev 89302)
+++ PKGBUILD	2010-08-31 10:22:24 UTC (rev 89303)
@@ -7,10 +7,10 @@
 pkgname=('antlr' 'python-antlr')
 pkgver=2.7.7
 pkgrel=7
-arch=('any')
+arch=('i686' 'x86_64')
 url="http://www.antlr.org/"
 license=('custom')
-makedepends=('java-environment' 'python')
+makedepends=('java-environment' 'python' 'sh')
 source=("http://www.antlr2.org/download/${pkgbase}-${pkgver}.tar.gz"
 	'runantlr.sh'
 	'gcc4.4.patch')




More information about the arch-commits mailing list