summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9383ba265ed0..3fcb82dff95c 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=527
-pkgrel=1
+pkgrel=2
pkgdesc="Danbooru-like image tagging and searching system for the desktop"
arch=(any)
license=(custom)
@@ -15,6 +15,7 @@ depends=(python python-opencv python-beautifulsoup4 python-yaml
python-requests python-qtpy emoji-font python-mpv
python-lxml python-urllib3 python-typing_extensions
python-service-identity # required by twisted for https hostname verification
+ qt6-multimedia # https://aur.archlinux.org/packages/hydrus#comment-914337
pyside6 "hydrus-docs>=$pkgver")
makedepends=(git)
optdepends=('ffmpeg: show duration and other information on video thumbnails'