diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-04-04 19:06:36 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-04-05 08:59:43 +0200 |
commit | 7f86ecac76c7de867583f148418f62b660b82ded (patch) | |
tree | df1bdf061e804f7c191bd64d00821f7396de2e02 /source/l/readline | |
parent | 0b0cfa95710ef070191182323392cd60a87c5932 (diff) | |
download | current-7f86ecac76c7de867583f148418f62b660b82ded.tar.gz |
Thu Apr 4 19:06:36 UTC 201920190404190636
ap/ghostscript-9.27-x86_64-1.txz: Upgraded.
d/python-setuptools-40.9.0-x86_64-1.txz: Upgraded.
l/imagemagick-6.9.10_37-x86_64-1.txz: Upgraded.
l/readline-8.0.000-x86_64-2.txz: Rebuilt.
Recompiled to link rlfe against the new libreadline. Thanks to Toutatis.
Diffstat (limited to 'source/l/readline')
-rwxr-xr-x | source/l/readline/readline.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/readline/readline.SlackBuild b/source/l/readline/readline.SlackBuild index cc448f6c..382e3607 100755 --- a/source/l/readline/readline.SlackBuild +++ b/source/l/readline/readline.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=readline VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |