diff options
author | orbea <orbea@riseup.net> | 2020-06-08 15:59:40 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-14 17:45:55 +0700 |
commit | b5d717f2d4d9c61994ce288d74782396551c6f4b (patch) | |
tree | f36dbbee63a2958e696efad4fa2c1383d73dbcec /system/yash/yash.SlackBuild | |
parent | a12586fdb9fd28b04f0352e892b2abdd353b269b (diff) |
system/yash: Updated for version 2.50.
Signed-off-by: orbea <orbea@riseup.net>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/yash/yash.SlackBuild')
-rw-r--r-- | system/yash/yash.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/yash/yash.SlackBuild b/system/yash/yash.SlackBuild index cabe3bca8d9ff..5f41204fee9f1 100644 --- a/system/yash/yash.SlackBuild +++ b/system/yash/yash.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for yash # Copyright 2015-2018 Leonard Schmidt <lems@gmx.net> -# Copyright 2018-2019 Hunter Sezen <orbea@riseup.net> +# Copyright 2018-2020 Hunter Sezen <orbea@riseup.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=yash -VERSION=${VERSION:-2.49} +VERSION=${VERSION:-2.50} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,6 +77,7 @@ CFLAGS="$SLKCFLAGS" \ --mandir=/usr/man make +make test make install DESTDIR=$PKG mkdir -p $PKG/usr/bin |