diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-03 20:50:12 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-12-03 20:50:12 +0000 |
commit | 1b2abb282deee3a7bd229b141650dae74efd6bb1 (patch) | |
tree | 8812eb590a77c26f514610afa380006762e0ec78 /dev/perl/perl-archive-zip | |
parent | 4ae0c7940857a3c14a1c43781f3ce2a4dc38413b (diff) | |
download | slackbuilds-1b2abb282deee3a7bd229b141650dae74efd6bb1.tar.gz slackbuilds-1b2abb282deee3a7bd229b141650dae74efd6bb1.tar.bz2 |
perl-archive-zip fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@755 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'dev/perl/perl-archive-zip')
-rwxr-xr-x | dev/perl/perl-archive-zip/perl-archive-zip.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/perl/perl-archive-zip/perl-archive-zip.build b/dev/perl/perl-archive-zip/perl-archive-zip.build index 5d9fb227..f15d82d4 100755 --- a/dev/perl/perl-archive-zip/perl-archive-zip.build +++ b/dev/perl/perl-archive-zip/perl-archive-zip.build @@ -55,7 +55,7 @@ PACKAGE_EXT="gz" SRC="$PACKAGE-$VERSION.tar.$PACKAGE_EXT" FILE_NAME="`echo $NAME | sed -e 's/::/-/g'`" SRC="$FILE_NAME-$VERSION.tar.gz" -URL="http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/$SRC" +URL="http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/$SRC" SRC_DIR="$SRC_DIR/$PACKAGE" |