Date: Monday, June 30, 2014 @ 06:48:31 Author: fyan Revision: 215627 upgpkg: perl-string-shellquote 1.04-3
mtree rebuild Modified: perl-string-shellquote/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-06-30 04:47:30 UTC (rev 215626) +++ PKGBUILD 2014-06-30 04:48:31 UTC (rev 215627) @@ -1,10 +1,11 @@ # $Id$ -# Maintainer: kevin <[email protected]> +# Maintainer: Felix Yan <[email protected]> +# Contributor: kevin <[email protected]> pkgname=perl-string-shellquote _realname=String-ShellQuote pkgver=1.04 -pkgrel=2 +pkgrel=3 pkgdesc="Quote strings for passing through the shell" arch=('any') license=('GPL') @@ -11,8 +12,8 @@ url="http://search.cpan.org/dist/${_realname}/" depends=('perl') replaces=('string-shellquote') -source=("http://www.cpan.org/modules/by-module/URI/ROSCH/${_realname}-${pkgver}.tar.gz") options=('!emptydirs') +source=("http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/$_realname-$pkgver.tar.gz") md5sums=('da6329dc482b21adf5697cfbd2ac5412') build() {
