diff options
Diffstat (limited to 'extra/perl-net-ssleay/PKGBUILD')
-rw-r--r-- | extra/perl-net-ssleay/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/perl-net-ssleay/PKGBUILD b/extra/perl-net-ssleay/PKGBUILD index a48807752..cd3b03a18 100644 --- a/extra/perl-net-ssleay/PKGBUILD +++ b/extra/perl-net-ssleay/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 143942 2011-11-30 21:49:37Z giovanni $ +# $Id: PKGBUILD 154281 2012-03-25 10:10:44Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Manolis Tzanidakis pkgname=perl-net-ssleay _cpanname=Net-SSLeay -pkgver=1.42 -pkgrel=2 +pkgver=1.45 +pkgrel=1 pkgdesc="Perl extension for using OpenSSL" arch=('i686' 'x86_64') license=('custom:BSD') url="http://search.cpan.org/dist/${_cpanname}/" -depends=('perl' 'openssl') +depends=('openssl') options=(!emptydirs) replaces=('net-ssleay') provides=('net-ssleay') source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz") -md5sums=('3f9c9589495301c14bfc03097388ca4f') +md5sums=('05415acd0eae23bccdeb35d9d976cc15') build() { cd ${srcdir}/${_cpanname}-${pkgver} |