summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0889ae3f4879..11c9f64b6e41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hydrus
pkgdesc = Danbooru-like image tagging and searching system for the desktop
pkgver = 546
- pkgrel = 1
+ pkgrel = 2
url = http://hydrusnetwork.github.io/hydrus/
arch = any
license = custom
@@ -42,6 +42,7 @@ pkgbase = hydrus
optdepends = python-pyqt6-charts: display bandwidth usage charts
optdepends = python-cryptography: to generate certificates for accessing client API and server via HTTPS
optdepends = python-pyopenssl: to generate certificates for accessing client API and server via HTTPS
+ optdepends = qt6-webengine: to display PDF thumbnails
optdepends = swftools: to display SWF thumbnails
conflicts = hydrus-docs-dummy
options = !strip
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')