summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScore_Under2023-05-11 16:25:21 +0100
committerScore_Under2023-05-11 16:25:21 +0100
commit5ce1a58d5e8829cc38cabfc954d4811ac991a6c7 (patch)
treeeb25ea2f31e8111342b4bd198da5f8554606d737
parent414baa16f7d5efcb49a3a1acb06c0dc3629fe754 (diff)
downloadaur-5ce1a58d5e8829cc38cabfc954d4811ac991a6c7.tar.gz
Add qt6-multimedia to dependency list
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f16878ae99b..faaf98af47be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hydrus
pkgdesc = Danbooru-like image tagging and searching system for the desktop
pkgver = 527
- pkgrel = 1
+ pkgrel = 2
url = http://hydrusnetwork.github.io/hydrus/
arch = any
license = custom
@@ -26,6 +26,7 @@ pkgbase = hydrus
depends = python-urllib3
depends = python-typing_extensions
depends = python-service-identity
+ depends = qt6-multimedia
depends = pyside6
depends = hydrus-docs>=527
optdepends = ffmpeg: show duration and other information on video thumbnails
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'