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

Andrea Scarpino andrea at archlinux.org
Sun Oct 4 13:19:39 UTC 2009


    Date: Sunday, October 4, 2009 @ 09:19:39
  Author: andrea
Revision: 53969

upgpkg: perl-libwww 5.832-1
    upstream release

Modified:
  perl-libwww/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-04 12:13:11 UTC (rev 53968)
+++ PKGBUILD	2009-10-04 13:19:39 UTC (rev 53969)
@@ -1,20 +1,22 @@
 # $Id$
-# Maintainer: Kevin Piche <kevin at archlinux.org>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Kevin Piche <kevin at archlinux.org>
 # Contributor: Manolis Tzanidakis
 
 pkgname=perl-libwww
 _realname=libwww-perl
-pkgver=5.831
+pkgver=5.832
 pkgrel=1
 pkgdesc="A set of Perl modules which provides a simple and consistent API to the WWW."
-arch=(any)
+arch=('any')
 license=('PerlArtistic')
 url="http://search.cpan.org/dist/${_realname}/"
 depends=('perl-uri' 'perl-html-parser' 'perl>=5.10.0')
-options=(!emptydirs)
+options=('!emptydirs')
 replaces=('libwww-perl')
 provides=('libwww-perl')
 source=(http://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
+md5sums=('c9f55afa68cdbe53cae34a80a2aea1b5')
 
 build() {
   cd ${srcdir}/${_realname}-${pkgver}
@@ -27,5 +29,3 @@
   find ${pkgdir} -name perllocal.pod -delete
   find ${pkgdir} -name .packlist -delete
 }
-# vim: ts=2 sw=2 et ft=sh
-md5sums=('b46737b11a050330dc27db8cb5f9e01f')




More information about the arch-commits mailing list