diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2018-02-27 09:54:09 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-03 08:42:14 +0700 |
commit | 421c632d673ac4d7fbb5e5bc602d9f0044a66c9c (patch) | |
tree | b39d582f115bfa36c593d8b1141723e579a71f98 /graphics/yacreader/yacreader.SlackBuild | |
parent | 72730c40754d10bd28c770ec09330c1bae140f25 (diff) |
graphics/yacreader: Updated for version 9.0.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'graphics/yacreader/yacreader.SlackBuild')
-rw-r--r-- | graphics/yacreader/yacreader.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/yacreader/yacreader.SlackBuild b/graphics/yacreader/yacreader.SlackBuild index de5c8c30b7b3a..433b55be2409a 100644 --- a/graphics/yacreader/yacreader.SlackBuild +++ b/graphics/yacreader/yacreader.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for yacreader -# Copyright 2016-2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2016-2018 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=yacreader -VERSION=${VERSION:-8.5.0} +VERSION=${VERSION:-9.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,7 +74,7 @@ sed -i \ -e "s|PREFIX/lib|PREFIX/lib$LIBDIRSUFFIX|" \ -e "s|DATADIR/man|PREFIX/man|" \ -e "s|DATADIR/doc/yacreader|PREFIX/doc/yacreader-$VERSION|" \ - YACReader*/YACReader*pro + YACReader*/YACReader*pro || exit 1 qmake-qt5 CONFIG+=unarr |