diff options
Diffstat (limited to 'system/man-db/man-db.SlackBuild')
-rw-r--r-- | system/man-db/man-db.SlackBuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/system/man-db/man-db.SlackBuild b/system/man-db/man-db.SlackBuild index 10aeb33930..1b1ccfc37c 100644 --- a/system/man-db/man-db.SlackBuild +++ b/system/man-db/man-db.SlackBuild @@ -6,8 +6,13 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20140924 bkw: +# - update for 2.7.0.1, which fixes the clash between man-db's zsoelim +# and groff's zsoelim. +# - update README and README.Slackware slightly. + PRGNAM=man-db -VERSION=${VERSION:-2.6.7} +VERSION=${VERSION:-2.7.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,7 +69,7 @@ mkdir -p $TMP $PKG $OUTPUT # Instead of making it a separate build and external dep, we'll just # bundle it here. LIBNAM=libpipeline -LIBVER=1.3.0 +LIBVER=1.3.1 cd $TMP rm -rf $LIBNAM-$LIBVER |