aboutsummaryrefslogtreecommitdiff
path: root/system/man-pages-ja/man-pages-ja.SlackBuild
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-08-29 00:40:38 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-13 00:51:50 +0700
commitcdc7992a0dbde187a0b9fda21db699ece2e3b842 (patch)
tree22d2f7729325eb8524eaaade837e662580ed1d5f /system/man-pages-ja/man-pages-ja.SlackBuild
parent8b129772f8b53fef8a3da9db581620d4c24ea960 (diff)
system/man-pages-ja: Updated for version 20210815.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/man-pages-ja/man-pages-ja.SlackBuild')
-rw-r--r--system/man-pages-ja/man-pages-ja.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/system/man-pages-ja/man-pages-ja.SlackBuild b/system/man-pages-ja/man-pages-ja.SlackBuild
index e5aae582da..4c7fc76ce3 100644
--- a/system/man-pages-ja/man-pages-ja.SlackBuild
+++ b/system/man-pages-ja/man-pages-ja.SlackBuild
@@ -9,16 +9,13 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=man-pages-ja
-VERSION=${VERSION:-20201015}
+VERSION=${VERSION:-20210815}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0