diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-01-28 15:02:22 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-04 06:59:51 +0700 |
commit | adec275858d9ad54616d1dc77599e548e7e3af53 (patch) | |
tree | e46e022b890fa65f972243b5219fe60629c52acd /perl/perl-Text-CSV/perl-Text-CSV.SlackBuild | |
parent | 46d703dc24b6937d7461c81fe278abbe6aa962c0 (diff) |
perl/perl-Text-CSV: Updated for version 1.91.
Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Diffstat (limited to 'perl/perl-Text-CSV/perl-Text-CSV.SlackBuild')
-rw-r--r-- | perl/perl-Text-CSV/perl-Text-CSV.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl/perl-Text-CSV/perl-Text-CSV.SlackBuild b/perl/perl-Text-CSV/perl-Text-CSV.SlackBuild index 81b94dfdac60..d7d628f6ae42 100644 --- a/perl/perl-Text-CSV/perl-Text-CSV.SlackBuild +++ b/perl/perl-Text-CSV/perl-Text-CSV.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for perl-Text-CSV # Copyright 2013-2016 Petar Petrov slackalaxy@gmail.com +# Copyright 2017 Andreas Guldstrand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-Text-CSV -VERSION=${VERSION:-1.33} +VERSION=${VERSION:-1.91} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -91,7 +92,7 @@ find $PKG -depth -type d -empty -delete || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - Changes README \ + Changes README.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |