summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorScore_Under2023-10-06 11:56:26 +0100
committerScore_Under2023-10-06 11:56:26 +0100
commit9785d42fc88c3a2bd7edd2b6f6ca5a9c39df4b41 (patch)
tree005f792ba733490d33131b242343ac2df04f28e8 /PKGBUILD
parentbbe88c6e36c21e2cf9cbd571d69e009f3489fac4 (diff)
downloadaur-9785d42fc88c3a2bd7edd2b6f6ca5a9c39df4b41.tar.gz
Add optdep for qt6-webengine
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6211c3746cf2..eae3680620f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ options=(!strip) # Don't strip libs because there aren't any
pkgname=hydrus
_pkgname=hydrus
pkgver=546
-pkgrel=1
+pkgrel=2
pkgdesc="Danbooru-like image tagging and searching system for the desktop"
arch=(any)
license=(custom)
@@ -32,6 +32,7 @@ optdepends=('ffmpeg: show duration and other information on video thumbnails'
'python-pyqt6-charts: display bandwidth usage charts'
'python-cryptography: to generate certificates for accessing client API and server via HTTPS'
'python-pyopenssl: to generate certificates for accessing client API and server via HTTPS'
+ 'qt6-webengine: to display PDF thumbnails'
# 'python-pyparsing: currently unused'
# 'speedcopy: may speed up file transfers'
'swftools: to display SWF thumbnails')