summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjghauser2023-05-10 16:48:32 +0200
committerjghauser2023-05-10 16:48:32 +0200
commit3d00a47db03065cbdc6cb3f048aff5316d863c00 (patch)
tree731053d2ea40649efda3b1447f8c24fdec424897
parent2fdbd44c7645a0bc57ae7578547208e1a69b84dd (diff)
downloadaur-3d00a47db03065cbdc6cb3f048aff5316d863c00.tar.gz
add pdfjs opt dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index acab239ffe68..84bc6006554e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,7 @@ depends=('python'
'python-slugify'
'python-dominate'
)
-optdepends=('papis-rofi: integration with rofi' 'papis-zotero: imports from zotero' 'python-whoosh: whoosh database backend' 'python-jinja: jinja formatting' 'fzf: fzf picker')
+optdepends=('papis-rofi: integration with rofi' 'papis-zotero: imports from zotero' 'python-whoosh: whoosh database backend' 'python-jinja: jinja formatting' 'fzf: fzf picker' 'pdfjs: pdf reader in the web app')
provides=("papis")
conflicts=("papis")
source=("git+https://github.com/papis/papis.git")