[arch-commits] Commit in perl-net-http/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Thu Jul 24 07:24:25 UTC 2014


    Date: Thursday, July 24, 2014 @ 09:24:25
  Author: fyan
Revision: 217814

upgpkg: perl-net-http 6.07-1

Modified:
  perl-net-http/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-24 07:24:09 UTC (rev 217813)
+++ PKGBUILD	2014-07-24 07:24:25 UTC (rev 217814)
@@ -3,17 +3,18 @@
 # Contributor: Justin "juster" Davis <jrcd83 at gmail.com>
 
 pkgname=perl-net-http
-pkgver=6.06
-pkgrel=2
+pkgver=6.07
+pkgrel=1
 pkgdesc="Low-level HTTP connection (client)"
-arch=(any)
+arch=('any')
 url=http://search.cpan.org/dist/Net-HTTP
-license=(PerlArtistic GPL)
-options=(!emptydirs)
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
 depends=('perl')
+checkdepends=('perl-uri')
 conflicts=('perl-libwww<6')
-source=("http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Net-HTTP-${pkgver}.tar.gz")
-md5sums=('6e74d76205f168775de68347266793a7')
+source=("http://cpan.metacpan.org/authors/id/M/MS/MSCHILLI/Net-HTTP-$pkgver.tar.gz")
+md5sums=('b6da691523456089d7a812ac398bc77e')
 
 build() {
     export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \




More information about the arch-commits mailing list