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

Evangelos Foutras foutrelis at archlinux.org
Wed Jun 8 20:00:38 UTC 2011


    Date: Wednesday, June 8, 2011 @ 16:00:38
  Author: foutrelis
Revision: 126933

upgpkg: mod_perl 2.0.5-3
Remove versioned dependency on perl and rebuild for Perl 5.14.0 again.

Modified:
  mod_perl/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-08 18:14:25 UTC (rev 126932)
+++ PKGBUILD	2011-06-08 20:00:38 UTC (rev 126933)
@@ -4,10 +4,10 @@
 
 pkgname=mod_perl
 pkgver=2.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Apache module that embeds the Perl interpreter within the server"
-url="http://search.cpan.org/dist/${_realname}/"
-depends=('perl=5.12.3' 'apache' 'db' 'apr-util')
+url="http://search.cpan.org/dist/${pkgname}/"
+depends=('perl' 'apache' 'db' 'apr-util')
 license=('APACHE')
 arch=('i686' 'x86_64')
 options=(!emptydirs)




More information about the arch-commits mailing list