summaryrefslogtreecommitdiffstats
path: root/perl/perl-Text-CSV/perl-Text-CSV.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Text-CSV/perl-Text-CSV.SlackBuild')
-rw-r--r--perl/perl-Text-CSV/perl-Text-CSV.SlackBuild5
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 81b94dfdac..d7d628f6ae 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