summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorScore_Under2023-05-11 16:25:21 +0100
committerScore_Under2023-05-11 16:25:21 +0100
commit5ce1a58d5e8829cc38cabfc954d4811ac991a6c7 (patch)
treeeb25ea2f31e8111342b4bd198da5f8554606d737 /PKGBUILD
parent414baa16f7d5efcb49a3a1acb06c0dc3629fe754 (diff)
downloadaur-5ce1a58d5e8829cc38cabfc954d4811ac991a6c7.tar.gz
Add qt6-multimedia to dependency list
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'