diff --git a/perl-io-socket-ssl/PKGBUILD b/perl-io-socket-ssl/PKGBUILD index 4acbbcf8e..e09a3cc44 100644 --- a/perl-io-socket-ssl/PKGBUILD +++ b/perl-io-socket-ssl/PKGBUILD @@ -1,11 +1,12 @@ -# $Id: PKGBUILD 74527 2010-03-31 12:51:56Z giovanni $ -# Maintainer: Kevin Piche -# Contributor: Manolis Tzanidakis -# Contributor: Francois Charette +# +# Platform Packages for Chakra, part of chakra-project.org +# +# maintainer (i686): Phil Miller +# maintainer (x86_64): Manuel Tortosa pkgname=perl-io-socket-ssl _cpanname=IO-Socket-SSL -pkgver=1.33 +pkgver=1.39 pkgrel=1 pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET" arch=(any) @@ -14,7 +15,7 @@ url="http://search.cpan.org/dist/${_cpanname}/" depends=('perl-net-ssleay' 'perl>=5.10.0') options=(!emptydirs) source=(http://www.cpan.org/authors/id/S/SU/SULLR/${_cpanname}-${pkgver}.tar.gz) -md5sums=('e288b5cda3de1f4cbf15e2eb709e9d7c') +md5sums=('776f36451970287c9b3c77e1d39dd7ed') build() { cd ${srcdir}/${_cpanname}-${pkgver} @@ -26,4 +27,4 @@ build() { # remove perllocal.pod and .packlist find ${pkgdir} -name perllocal.pod -delete find ${pkgdir} -name .packlist -delete -} +} \ No newline at end of file