diff options
author | root <root@rshg054.dnsready.net> | 2011-10-08 23:14:35 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-08 23:14:35 +0000 |
commit | 40e90a19618851856689ef8697391d37ec6841a1 (patch) | |
tree | 7da3732dc1ee59e1b8c7aca11aee032f01eaa639 /extra/perl-fcgi/PKGBUILD | |
parent | 8a8ac56bbf82685c43072923560881e6b119ec66 (diff) |
Sat Oct 8 23:14:35 UTC 2011
Diffstat (limited to 'extra/perl-fcgi/PKGBUILD')
-rw-r--r-- | extra/perl-fcgi/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/perl-fcgi/PKGBUILD b/extra/perl-fcgi/PKGBUILD index 40e52f634..b58f0b333 100644 --- a/extra/perl-fcgi/PKGBUILD +++ b/extra/perl-fcgi/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 131681 2011-07-13 14:35:40Z giovanni $ +# $Id: PKGBUILD 140128 2011-10-07 15:36:23Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: François Charette <firmicus ατ gmx δοτ net> pkgname=perl-fcgi -pkgver=0.73 +pkgver=0.74 pkgrel=1 pkgdesc="Fast CGI" arch=('i686' 'x86_64') @@ -11,8 +11,8 @@ url="http://search.cpan.org/dist/FCGI" license=('GPL' 'PerlArtistic') depends=('perl>=5.14') options=('!emptydirs') -source=(http://www.cpan.org/CPAN/authors/id/F/FL/FLORA/FCGI-${pkgver}.tar.gz) -md5sums=('b55c8b93ccd175b3c0e4473f1a6c0bdd') +source=("http://www.cpan.org/CPAN/authors/id/F/FL/FLORA/FCGI-${pkgver}.tar.gz") +md5sums=('462a77a0072480fea791a4d3095eb486') build() { cd "${srcdir}/FCGI-${pkgver}" |