diff options
author | B. Watson <yalhcru@gmail.com> | 2018-02-08 19:44:25 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-10 08:09:26 +0700 |
commit | 4525a8781cef0e65b4e620e2910fb76964db95da (patch) | |
tree | 55d2f85968544027e8287e30df35d1a95962fba3 /system/man-db/man-db.SlackBuild | |
parent | b6357b9e473f72a2db482bd8c9456058b8e58c2e (diff) | |
download | slackbuilds-4525a8781cef0e65b4e620e2910fb76964db95da.tar.gz |
system/man-db: Updated for version 2.8.0.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/man-db/man-db.SlackBuild')
-rw-r--r-- | system/man-db/man-db.SlackBuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/system/man-db/man-db.SlackBuild b/system/man-db/man-db.SlackBuild index 1df54c96fc..e041299534 100644 --- a/system/man-db/man-db.SlackBuild +++ b/system/man-db/man-db.SlackBuild @@ -6,6 +6,12 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20180208 bkw: update for man-db 2.8.0, libpipeline 1.5.0. +# This may be the last SBo update, since Pat has imported man-db +# into Slackware-current. Depends on how long it is from now until +# the next release: I'll maintain this until SBo stops accepting +# submissions for 14.2. + # 20170305 bkw: # - BUILD=2 # - get rid of systemd-specific /usr/lib/tmpfiles.d from package. @@ -40,7 +46,7 @@ # - update README and README.Slackware slightly. PRGNAM=man-db -VERSION=${VERSION:-2.7.6.1} +VERSION=${VERSION:-2.8.0} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} @@ -97,7 +103,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.4.1 +LIBVER=1.5.0 cd $TMP rm -rf $LIBNAM-$LIBVER |