summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorScore_Under2023-07-12 01:47:37 +0100
committerScore_Under2023-07-12 01:47:37 +0100
commitfe2005da63bd18484ec1dd7a9d78e2c3ee56ea96 (patch)
tree1c63a44c852f9be60f8ec2d9e928010ec748d405 /PKGBUILD
parent4a0cbca97ec0b3a8e7fd410969293197b37bb39a (diff)
downloadaur-fe2005da63bd18484ec1dd7a9d78e2c3ee56ea96.tar.gz
Add qt6-svg to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6bee29ddf331..724f478f4c2d 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=534
-pkgrel=1
+pkgrel=2
pkgdesc="Danbooru-like image tagging and searching system for the desktop"
arch=(any)
license=(custom)
@@ -16,6 +16,7 @@ depends=(python python-opencv python-beautifulsoup4 python-yaml
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
+ qt6-svg # https://aur.archlinux.org/packages/hydrus#comment-923550
python-pyqt6 "hydrus-docs>=$pkgver")
makedepends=(git)
optdepends=('ffmpeg: show duration and other information on video thumbnails'