diff options
author | B. Watson <yalhcru@gmail.com> | 2015-09-10 03:08:08 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-12 08:11:28 +0700 |
commit | 2838f20d84f706edd6f7ca7cbfb3ae7d70167108 (patch) | |
tree | 58a1c26b77b32c459b95d981929bcfed423e5dc5 /system/man-db/man-db.SlackBuild | |
parent | b17d7ae72304ad288d4545a099f4cc4263246803 (diff) | |
download | slackbuilds-2838f20d84f706edd6f7ca7cbfb3ae7d70167108.tar.gz |
system/man-db: Updated for version 2.7.3.
Diffstat (limited to 'system/man-db/man-db.SlackBuild')
-rw-r--r-- | system/man-db/man-db.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/man-db/man-db.SlackBuild b/system/man-db/man-db.SlackBuild index acfb405f3f..8ca42af8fb 100644 --- a/system/man-db/man-db.SlackBuild +++ b/system/man-db/man-db.SlackBuild @@ -17,7 +17,7 @@ # - update README and README.Slackware slightly. PRGNAM=man-db -VERSION=${VERSION:-2.7.1} +VERSION=${VERSION:-2.7.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,7 +74,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.0 +LIBVER=1.4.1 cd $TMP rm -rf $LIBNAM-$LIBVER |