summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authora8212024-03-07 09:57:06 +0100
committera8212024-03-07 09:57:06 +0100
commit98485bcc1abfa08f86eef4e71f8fbd53db78a6e7 (patch)
tree6bd22e04ac6e641ac9afc4752e933ad6e0dfb47d /PKGBUILD
parentdac6854d512f36cf69a77214d8e4e4b8d17583ab (diff)
downloadaur-zathura-git.tar.gz
Sync with official PKGBUILD
* SPDX license identifier * add dependencies desktop-file-utils and libseccomp
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a11af4f72d4..c41c6a91dcca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Moritz Lipp <mlq@pwmt.org>
pkgname=zathura-git
-pkgver=0.5.2.r67.g9ab68dd
+pkgver=0.5.5.r1.gfb5388c
pkgrel=1
pkgdesc="Minimalistic document viewer"
arch=('x86_64')
url="https://pwmt.org/projects/zathura"
-license=('custom')
-depends=('file' 'girara-git' 'libsynctex' 'sqlite')
+license=('Zlib')
+depends=('file' 'girara-git' 'libsynctex' 'sqlite' 'desktop-file-utils' 'libseccomp')
makedepends=('git' 'python-sphinx' 'meson' 'ninja' 'texlive-bin' 'check' 'appstream-glib' 'cmake')
conflicts=('zathura')
provides=('zathura')