[arch-commits] Commit in perl-io-socket-ssl/trunk (PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Wed May 14 21:34:45 UTC 2014


    Date: Wednesday, May 14, 2014 @ 23:34:44
  Author: eric
Revision: 212766

upgpkg: perl-io-socket-ssl 1.984-1

Upstream update

Modified:
  perl-io-socket-ssl/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-14 21:31:48 UTC (rev 212765)
+++ PKGBUILD	2014-05-14 21:34:44 UTC (rev 212766)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=perl-io-socket-ssl
-pkgver=1.981
+pkgver=1.984
 pkgrel=1
 pkgdesc="Nearly transparent SSL encapsulation for IO::Socket::INET"
 arch=('any')
@@ -12,11 +12,11 @@
 checkdepends=('perl-io-socket-inet6')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${pkgver}.tar.gz)
-sha1sums=('0b0be81f9c1c05569d339a39ee7bbdd7bc2c80e4')
+sha1sums=('16f45ccb7c605591943465d55fa6fdec65a3e631')
 
 build() {
   cd IO-Socket-SSL-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
+  yes | perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 




More information about the arch-commits mailing list