Date: Tuesday, November 24, 2009 @ 13:47:37 Author: andrea Revision: 59566
arch=any Modified: srcpac/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2009-11-24 15:44:53 UTC (rev 59565) +++ PKGBUILD 2009-11-24 18:47:37 UTC (rev 59566) @@ -1,11 +1,12 @@ # $Id$ +# Maintainer: Andrea Scarpino <[email protected]> # Contributor: Jason Chu <[email protected]> pkgname=srcpac pkgver=0.6 pkgrel=1 pkgdesc="The pacman from-source wrapper" -arch=(i686 x86_64) +arch=('any') url="http://projects.archlinux.org/srcpac.git/" license=('GPL') depends=('bash' 'pacman')
