summaryrefslogtreecommitdiff
path: root/extra/perl-net-ssleay
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-03-27 10:08:53 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-03-27 10:08:53 +0200
commit9262eae11412e7e7925ba230761f86fcc3756002 (patch)
tree4caf8c64e442feb4323f8710d5c6d7ee2c3e0d77 /extra/perl-net-ssleay
parenta9a4a92d8375d35e09a3cf9d50921d8839d7c79a (diff)
parentc8729cab8302ab82e01135a22fb9fa9704f1559b (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/cdemu-daemon/PKGBUILD community-testing/cdemu-daemon/cdemud.conf community-testing/cdemu-daemon/cdemud.rc extra/perl-bit-vector/PKGBUILD testing/gcc/PKGBUILD
Diffstat (limited to 'extra/perl-net-ssleay')
-rw-r--r--extra/perl-net-ssleay/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/perl-net-ssleay/PKGBUILD b/extra/perl-net-ssleay/PKGBUILD
index 679c3a8d9..56f771f2f 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' 'mips64el')
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}