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 | |
parent | 72730c40754d10bd28c770ec09330c1bae140f25 (diff) | |
download | slackbuilds-421c632d673ac4d7fbb5e5bc602d9f0044a66c9c.tar.gz |
graphics/yacreader: Updated for version 9.0.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | graphics/yacreader/slack-desc | 2 | ||||
-rw-r--r-- | graphics/yacreader/yacreader.SlackBuild | 6 | ||||
-rw-r--r-- | graphics/yacreader/yacreader.info | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/graphics/yacreader/slack-desc b/graphics/yacreader/slack-desc index c62007e668..f9cd08c752 100644 --- a/graphics/yacreader/slack-desc +++ b/graphics/yacreader/slack-desc @@ -11,7 +11,7 @@ yacreader: yacreader: YACReader is a comic reader and manager with support for many yacreader: different comic files formats. yacreader: -yacreader: homepage: http://www.yacreader.com +yacreader: homepage: https://www.yacreader.com yacreader: yacreader: yacreader: diff --git a/graphics/yacreader/yacreader.SlackBuild b/graphics/yacreader/yacreader.SlackBuild index de5c8c30b7..433b55be24 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 diff --git a/graphics/yacreader/yacreader.info b/graphics/yacreader/yacreader.info index 74ad1070a8..4f23719af3 100644 --- a/graphics/yacreader/yacreader.info +++ b/graphics/yacreader/yacreader.info @@ -1,8 +1,8 @@ PRGNAM="yacreader" -VERSION="8.5.0" -HOMEPAGE="http://www.yacreader.com" -DOWNLOAD="https://bitbucket.org/luisangelsm/yacreader/downloads/yacreader-8.5.0-src.tar.xz" -MD5SUM="59f5b9bc4f68973bda8cf41207f7a1e3" +VERSION="9.0.0" +HOMEPAGE="https://www.yacreader.com" +DOWNLOAD="https://bitbucket.org/luisangelsm/yacreader/downloads/yacreader-9.0.0-src.tar.xz" +MD5SUM="127eca8022c8f6eb0359e24fc74b7c87" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libwebp poppler-qt5 qrencode unarr" |