Date: Monday, June 30, 2014 @ 06:53:21 Author: fyan Revision: 215633 upgpkg: perl-uri 1.60-2
mtree rebuild Modified: perl-uri/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-06-30 04:51:46 UTC (rev 215632) +++ PKGBUILD 2014-06-30 04:53:21 UTC (rev 215633) @@ -1,5 +1,5 @@ # $Id$ -# Maintainer: +# Maintainer: Felix Yan <[email protected]> # Contributor: Manolis Tzanidakis # Contributor: Firmicus <francois.archlinux.org> @@ -6,12 +6,12 @@ pkgname=perl-uri _realname=URI pkgver=1.60 -pkgrel=1 +pkgrel=2 pkgdesc="Uniform Resource Identifiers (absolute and relative)" arch=('any') url="http://search.cpan.org/dist/${_realname}/" license=('PerlArtistic') -depends=('perl>=5.10.0') +depends=('perl') provides=('perl-uri-escape=3.30') options=('!emptydirs') source=(http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/${_realname}-$pkgver.tar.gz)
