diff options
Diffstat (limited to 'source/a/gettext/gettext-tools.SlackBuild')
-rwxr-xr-x | source/a/gettext/gettext-tools.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/a/gettext/gettext-tools.SlackBuild b/source/a/gettext/gettext-tools.SlackBuild index f05e98d81..75b031931 100755 --- a/source/a/gettext/gettext-tools.SlackBuild +++ b/source/a/gettext/gettext-tools.SlackBuild @@ -23,8 +23,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gettext-tools -VERSION=0.21.1 -BUILD=${BUILD:-2} +VERSION=0.22 +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} |