summaryrefslogtreecommitdiff
path: root/extra/perl-crypt-ssleay
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-08-07 13:30:57 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-08-07 13:30:57 +0200
commit0d08f74d42cdaf01e681726225af9b7f0e65a45f (patch)
tree2e01528f6db000501ecc2df9b03cd1cc80246218 /extra/perl-crypt-ssleay
parent7e625170ad4fd86bb2ee338c7be9a352bf418b00 (diff)
parent9d36fcd5638035abf19f303deebd9e861d384254 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/cups/PKGBUILD multilib/lib32-glew/PKGBUILD multilib/lib32-gnutls/PKGBUILD
Diffstat (limited to 'extra/perl-crypt-ssleay')
-rw-r--r--extra/perl-crypt-ssleay/PKGBUILD10
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}"