summaryrefslogtreecommitdiffstats
path: root/perl/perl6-Readline/perl6-Readline.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl6-Readline/perl6-Readline.SlackBuild')
-rw-r--r--perl/perl6-Readline/perl6-Readline.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/perl/perl6-Readline/perl6-Readline.SlackBuild b/perl/perl6-Readline/perl6-Readline.SlackBuild
index 0c28d9e85c..5a85e6caf5 100644
--- a/perl/perl6-Readline/perl6-Readline.SlackBuild
+++ b/perl/perl6-Readline/perl6-Readline.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for perl6-Readline
-# Copyright 2018 Andreas Voegele <andreas@andreasvoegele.com>
+# Copyright 2018-2019 Andreas Voegele <andreas@andreasvoegele.com>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -17,7 +17,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
PRGNAM=perl6-Readline
-VERSION=${VERSION:-0.1.4}
+VERSION=${VERSION:-0.1.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -65,8 +65,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-patch -b -p1 < $CWD/ncurses.patch
-
if [ "${MAKETEST:-no}" = "yes" ]; then
env PERL6LIB=lib prove -e perl6
fi