diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-24 01:24:13 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-31 11:15:34 +0700 |
commit | ea5421206ff0e18edd763d917be3a1087f33c1ba (patch) | |
tree | a8a45ae2c7987b257fc4834725fba04477ce5363 /system/man-db/man-db.SlackBuild | |
parent | 1a4ddcd236d7813a9dca0fdf48b1fa4145d62b2d (diff) |
system/man-db: Updated for version 2.9.3.
Signed-off-by: B. Watson <yalhcru@gmail.com>
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 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/man-db/man-db.SlackBuild b/system/man-db/man-db.SlackBuild index 1c9d903fc3a3e..7e8260ddd1144 100644 --- a/system/man-db/man-db.SlackBuild +++ b/system/man-db/man-db.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20201024 bkw: update for v2.9.3 (matches -current) # 20200316 bkw: update for v2.9.1 (resync with -current) # 20191201 bkw: update for v2.9.0 (to match -current again). # Also got rid of the systemd-specific stuff properly (via configure opts). @@ -53,7 +54,7 @@ # - update README and README.Slackware slightly. PRGNAM=man-db -VERSION=${VERSION:-2.9.1} +VERSION=${VERSION:-2.9.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -110,7 +111,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.5.2 +LIBVER=1.5.3 cd $TMP rm -rf $LIBNAM-$LIBVER |