extra/zathura to 0.5.8-1

This commit is contained in:
Kevin Mihelich 2024-08-04 21:42:11 +00:00
parent 906dce140e
commit 0ce46fe585
3 changed files with 9 additions and 12 deletions

View file

@ -1,7 +1,7 @@
pkgbase = zathura
pkgdesc = Minimalistic document viewer
pkgver = 0.5.6
pkgrel = 2
pkgver = 0.5.8
pkgrel = 1
url = https://pwmt.org/projects/zathura/
arch = x86_64
license = Zlib
@ -24,7 +24,7 @@ pkgbase = zathura
optdepends = zathura-pdf-mupdf: PDF support using MuPDF
optdepends = zathura-ps: PostScript support
optdepends = zathura-cb: Comic book support
source = zathura-0.5.6.tar.gz::https://github.com/pwmt/zathura/archive/refs/tags/0.5.6.tar.gz
sha512sums = df518865bc559b97d7abebde2dae17cbd7bde6b9f8219338bd3a455a5d71b42f62299591b9c12c75a9a6f007b1179cb163722eaaf43ee86e6a6d9e2e25f63465
source = zathura-0.5.8.tar.gz::https://github.com/pwmt/zathura/archive/refs/tags/0.5.8.tar.gz
sha512sums = 6954f8bf8c76526e86a4e335c18c3c68f509fbbe1081f7c74d333f8a9ba83bc5da971ad744f91408f8b0fb8f0b647ae07f02601b5efa97961155ba193c8777f6
pkgname = zathura

View file

@ -1,6 +1,3 @@
[zathura]
source = "github"
github = "pwmt/zathura"
prefix = "v"
use_max_tag = true
exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"
source = "git"
git = "https://github.com/pwmt/zathura.git"

View file

@ -8,8 +8,8 @@
# - moved xorg-server-xvfb from checkdepends to makedepends
pkgname=zathura
pkgver=0.5.6
pkgrel=2
pkgver=0.5.8
pkgrel=1
pkgdesc="Minimalistic document viewer"
url="https://pwmt.org/projects/zathura/"
arch=('x86_64')
@ -23,7 +23,7 @@ optdepends=('zathura-djvu: DjVu support'
'zathura-ps: PostScript support'
'zathura-cb: Comic book support')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pwmt/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
sha512sums=('df518865bc559b97d7abebde2dae17cbd7bde6b9f8219338bd3a455a5d71b42f62299591b9c12c75a9a6f007b1179cb163722eaaf43ee86e6a6d9e2e25f63465')
sha512sums=('6954f8bf8c76526e86a4e335c18c3c68f509fbbe1081f7c74d333f8a9ba83bc5da971ad744f91408f8b0fb8f0b647ae07f02601b5efa97961155ba193c8777f6')
build() {
cd "${pkgname}-${pkgver}"