summaryrefslogtreecommitdiff
path: root/libre/qutebrowser/PKGBUILD
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2022-11-02 12:33:32 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2022-11-02 12:41:16 -0400
commitee6355efaa5840a1d03285c5e1bc18df6ad6aba5 (patch)
tree8ecaa25f87f26382a2b38f589dfb2495578fc92a /libre/qutebrowser/PKGBUILD
parentfb1395237d7b642b36872aeca5722cc5f5bef694 (diff)
[qutebrowser]: pin to asciidoc version
Diffstat (limited to 'libre/qutebrowser/PKGBUILD')
-rw-r--r--libre/qutebrowser/PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/libre/qutebrowser/PKGBUILD b/libre/qutebrowser/PKGBUILD
index 1ad0b472a..6358127b7 100644
--- a/libre/qutebrowser/PKGBUILD
+++ b/libre/qutebrowser/PKGBUILD
@@ -31,6 +31,8 @@ url="https://www.qutebrowser.org/"
license=("GPL")
depends=("python-jinja" "python-pyqt5" "python-yaml" "qt5-base" "python-pyqtwebengine")
depends=( ${depends[*]/python-pyqtwebengine/qt5-webkit} )
+depends+=( asciidoc=10.2.0 )
+
makedepends=("asciidoc" "python-setuptools")
optdepends=("python-adblock: adblocking backend"
"python-pygments"