mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/zathura to 0.5.8-1
This commit is contained in:
parent
906dce140e
commit
0ce46fe585
3 changed files with 9 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = zathura
|
pkgbase = zathura
|
||||||
pkgdesc = Minimalistic document viewer
|
pkgdesc = Minimalistic document viewer
|
||||||
pkgver = 0.5.6
|
pkgver = 0.5.8
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://pwmt.org/projects/zathura/
|
url = https://pwmt.org/projects/zathura/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = Zlib
|
license = Zlib
|
||||||
|
@ -24,7 +24,7 @@ pkgbase = zathura
|
||||||
optdepends = zathura-pdf-mupdf: PDF support using MuPDF
|
optdepends = zathura-pdf-mupdf: PDF support using MuPDF
|
||||||
optdepends = zathura-ps: PostScript support
|
optdepends = zathura-ps: PostScript support
|
||||||
optdepends = zathura-cb: Comic book 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
|
source = zathura-0.5.8.tar.gz::https://github.com/pwmt/zathura/archive/refs/tags/0.5.8.tar.gz
|
||||||
sha512sums = df518865bc559b97d7abebde2dae17cbd7bde6b9f8219338bd3a455a5d71b42f62299591b9c12c75a9a6f007b1179cb163722eaaf43ee86e6a6d9e2e25f63465
|
sha512sums = 6954f8bf8c76526e86a4e335c18c3c68f509fbbe1081f7c74d333f8a9ba83bc5da971ad744f91408f8b0fb8f0b647ae07f02601b5efa97961155ba193c8777f6
|
||||||
|
|
||||||
pkgname = zathura
|
pkgname = zathura
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
[zathura]
|
[zathura]
|
||||||
source = "github"
|
source = "git"
|
||||||
github = "pwmt/zathura"
|
git = "https://github.com/pwmt/zathura.git"
|
||||||
prefix = "v"
|
|
||||||
use_max_tag = true
|
|
||||||
exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"
|
|
||||||
|
|
|
@ -8,8 +8,8 @@
|
||||||
# - moved xorg-server-xvfb from checkdepends to makedepends
|
# - moved xorg-server-xvfb from checkdepends to makedepends
|
||||||
|
|
||||||
pkgname=zathura
|
pkgname=zathura
|
||||||
pkgver=0.5.6
|
pkgver=0.5.8
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Minimalistic document viewer"
|
pkgdesc="Minimalistic document viewer"
|
||||||
url="https://pwmt.org/projects/zathura/"
|
url="https://pwmt.org/projects/zathura/"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -23,7 +23,7 @@ optdepends=('zathura-djvu: DjVu support'
|
||||||
'zathura-ps: PostScript support'
|
'zathura-ps: PostScript support'
|
||||||
'zathura-cb: Comic book support')
|
'zathura-cb: Comic book support')
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pwmt/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
|
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pwmt/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
|
||||||
sha512sums=('df518865bc559b97d7abebde2dae17cbd7bde6b9f8219338bd3a455a5d71b42f62299591b9c12c75a9a6f007b1179cb163722eaaf43ee86e6a6d9e2e25f63465')
|
sha512sums=('6954f8bf8c76526e86a4e335c18c3c68f509fbbe1081f7c74d333f8a9ba83bc5da971ad744f91408f8b0fb8f0b647ae07f02601b5efa97961155ba193c8777f6')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue