diff options
Diffstat (limited to 'extra/perl-crypt-ssleay/PKGBUILD')
-rw-r--r-- | extra/perl-crypt-ssleay/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/perl-crypt-ssleay/PKGBUILD b/extra/perl-crypt-ssleay/PKGBUILD index 82f0c5abc..dda0cbaa7 100644 --- a/extra/perl-crypt-ssleay/PKGBUILD +++ b/extra/perl-crypt-ssleay/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 160515 2012-06-02 10:27:13Z bluewind $ +# $Id: PKGBUILD 164786 2012-08-05 10:42:41Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: François Charette <firmicus ατ gmx δοτ net> pkgname=perl-crypt-ssleay -pkgver=0.58 -pkgrel=4 +pkgver=0.60 +pkgrel=1 pkgdesc="OpenSSL glue that provides LWP https support" arch=('i686' 'x86_64' 'mips64el') url="http://search.cpan.org/dist/Crypt-SSLeay" license=('GPL' 'PerlArtistic') -depends=('openssl') +depends=('perl-lwp-protocol-https' 'perl-try-tiny') options=('!emptydirs') source=(http://www.cpan.org/CPAN/authors/id/N/NA/NANIS/Crypt-SSLeay-$pkgver.tar.gz) -md5sums=('fbf3d12e58462cee00ea63239c0b13c7') +md5sums=('04986e80e4a9f81479a98b32eb14a1c5') build() { cd "${srcdir}/Crypt-SSLeay-${pkgver}" |