diff options
author | B. Watson <urchlay@slackware.uk> | 2023-01-05 03:09:44 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-07 08:13:48 +0700 |
commit | 128ceaced52f918c336f492c47292232ea1deb04 (patch) | |
tree | 6f2a376fab66510021f86bb404631fd95891a446 /office | |
parent | d8d375eefee3b3f6e269b76a81813db8f11aeeb0 (diff) |
office/zathura: Updated for version 0.5.2.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/zathura/zathura.SlackBuild | 6 | ||||
-rw-r--r-- | 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 e6729f35075c..4fd2b57dc2b6 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 ab2a7a43c0e4..cde58ca936a9 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" |