diff options
author | B. Watson <yalhcru@gmail.com> | 2014-09-25 17:08:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-25 17:08:19 +0700 |
commit | f54cb843cf6f8aacecdcd2eb9d455118681ec9ec (patch) | |
tree | e16e19dfa618093b115ec64bb44187f4fd965a46 /system/man-db/man-db.SlackBuild | |
parent | e188c623a9f5fa43cdafdcadb227fe0f4c9bac30 (diff) |
system/man-db: Updated for version 2.7.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 10aeb339301e..1b1ccfc37cf5 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 |