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>
This commit is contained in:
B. Watson 2023-01-05 03:09:44 -05:00 committed by Willy Sudiarto Raharjo
parent d8d375eefe
commit 128ceaced5
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 9 additions and 7 deletions

View File

@ -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

View File

@ -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"