From 128ceaced52f918c336f492c47292232ea1deb04 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 5 Jan 2023 03:09:44 -0500 Subject: [PATCH] office/zathura: Updated for version 0.5.2. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- office/zathura/zathura.SlackBuild | 6 ++++-- office/zathura/zathura.info | 10 +++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/office/zathura/zathura.SlackBuild b/office/zathura/zathura.SlackBuild index e6729f3507..4fd2b57dc2 100644 --- a/office/zathura/zathura.SlackBuild +++ b/office/zathura/zathura.SlackBuild @@ -23,6 +23,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20230105 bkw: update for v0.5.1 and zathura-pdf-poppler 0.3.1. + # 20221114 bkw: # - update for v0.5.1. zathura-pdf-poppler is still 0.3.0. # - fix bash/zsh/fish completion. @@ -40,7 +42,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=zathura -VERSION=${VERSION:-0.5.1} +VERSION=${VERSION:-0.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -49,7 +51,7 @@ PKGTYPE=${PKGTYPE:-tgz} # plugins. This build includes the default PDF plugin, without which zathura # is completely useless. PLUGIN=$PRGNAM-pdf-poppler -PLUGINVER=${PLUGINVER:-0.3.0} +PLUGINVER=${PLUGINVER:-0.3.1} if [ -z "$ARCH" ]; then case "$( uname -m )" in diff --git a/office/zathura/zathura.info b/office/zathura/zathura.info index ab2a7a43c0..cde58ca936 100644 --- a/office/zathura/zathura.info +++ b/office/zathura/zathura.info @@ -1,10 +1,10 @@ PRGNAM="zathura" -VERSION="0.5.1" +VERSION="0.5.2" HOMEPAGE="https://github.com/pwmt/zathura" -DOWNLOAD="https://github.com/pwmt/zathura/archive/0.5.1/zathura-0.5.1.tar.gz \ - https://github.com/pwmt/zathura-pdf-poppler/archive/0.3.0/zathura-pdf-poppler-0.3.0.tar.gz" -MD5SUM="ebff8233b2e588def137a33a632b1c91 \ - c500be47cfac0e76e81309cfa7847353" +DOWNLOAD="https://github.com/pwmt/zathura/archive/0.5.2/zathura-0.5.2.tar.gz \ + https://github.com/pwmt/zathura-pdf-poppler/archive/0.3.1/zathura-pdf-poppler-0.3.1.tar.gz" +MD5SUM="4e1fc9cf4c7a66665b66e276f1b19cf9 \ + ecbd0c17fb3802185839387e68776aa8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="girara"