summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Lipp2020-03-27 18:42:17 +0100
committerMoritz Lipp2020-03-27 18:42:17 +0100
commitde2a79e8f29e1c7cee8b3e502df1cd0e6f0c93d4 (patch)
tree7273e34a43b52d3ef645df489e6724dbead30f0d
parent8d87a381d1a7830ffc757082b26cc421fb4daea4 (diff)
downloadaur-de2a79e8f29e1c7cee8b3e502df1cd0e6f0c93d4.tar.gz
Update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bf96559871c..ee1937bde8d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zathura-git
pkgdesc = a document viewer
pkgver = 0.4.5.28.g3b4540f
- pkgrel = 1
+ pkgrel = 2
url = http://pwmt.org/projects/zathura
arch = i686
arch = x86_64
@@ -18,6 +18,8 @@ pkgbase = zathura-git
optdepends = zathura-pdf-mupdf-git: PDF support by using mupdf
optdepends = zathura-djvu-git: djvu support by using djvulibre
optdepends = zathura-ps-git: PostSctipt support by using libspectre
+ optdepends = fish
+ optdepends = bash-completion
provides = zathura
conflicts = zathura
source = zathura::git+https://git.pwmt.org/pwmt/zathura.git#branch=develop
diff --git a/PKGBUILD b/PKGBUILD
index 547b8ce9f3b6..ca3d0a05ccaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
pkgname=zathura-git
pkgver=0.4.5.28.g3b4540f
-pkgrel=1
+pkgrel=2
pkgdesc="a document viewer"
arch=('i686' 'x86_64')
url="http://pwmt.org/projects/zathura"
license=('custom')
depends=('girara-git' 'gtk3>=3.10' 'cairo>=1.8.8')
makedepends=('git' 'python-sphinx' 'intltool' 'meson')
-optdepends=('fish', 'bash-completion')
checkdepends=('check')
conflicts=('zathura')
provides=('zathura')
@@ -22,6 +21,8 @@ optdepends=(
'zathura-pdf-mupdf-git: PDF support by using mupdf'
'zathura-djvu-git: djvu support by using djvulibre'
'zathura-ps-git: PostSctipt support by using libspectre'
+ 'fish'
+ 'bash-completion'
)
prepare() {