Date: Saturday, February 25, 2012 @ 07:35:58 Author: pierre Revision: 151281
upgpkg: mod_fcgid 2.3.6-2 rebuild old package Modified: mod_fcgid/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-02-25 12:34:36 UTC (rev 151280) +++ PKGBUILD 2012-02-25 12:35:58 UTC (rev 151281) @@ -1,20 +1,21 @@ # $Id$ # Maintainer: Jan de Groot <[email protected]> + pkgname=mod_fcgid pkgver=2.3.6 -pkgrel=1 +pkgrel=2 pkgdesc="A FastCGI module for Apache HTTP Server." license=('APACHE') arch=('i686' 'x86_64') url="http://httpd.apache.org/mod_fcgid/" depends=('apache') -source=(http://apache.cs.utah.edu/httpd/mod_fcgid/mod_fcgid-$pkgver.tar.gz) +source=("http://apache.cs.utah.edu/httpd/mod_fcgid/mod_fcgid-$pkgver.tar.gz") sha256sums=('e831795498d91cf27a519ea1332c2a92a2a9920b0844d817b2ea7f079056d12b') build() { cd "$srcdir"/$pkgname-$pkgver ./configure.apxs - make || return 1 + make } package() {
