summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorScore_Under2023-08-17 01:20:44 +0100
committerScore_Under2023-08-17 01:20:44 +0100
commit9230dc9112c5070139b844bf6e0c4c9667f155d1 (patch)
treea8698fa792c02098fa2e925548ac42ceedf8264c /PKGBUILD
parent137fde44ed88ae0f6e24bc01f3ae9a5fc6363be0 (diff)
downloadaur-9230dc9112c5070139b844bf6e0c4c9667f155d1.tar.gz
Update for v539a
Also remove hydrus-docs-dummy if present, and break hard dependency on hydrus docs now that it no longer causes breakage in the help system when those files are missing
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24ba541bf851..d775b62f0ed6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ options=(!strip) # Don't strip libs because there aren't any
pkgname=hydrus
_pkgname=hydrus
-pkgver=538
+pkgver=539.a
pkgrel=1
pkgdesc="Danbooru-like image tagging and searching system for the desktop"
arch=(any)
@@ -17,15 +17,17 @@ depends=(python python-opencv python-beautifulsoup4 python-yaml
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")
+ python-pyqt6)
makedepends=(git)
optdepends=('ffmpeg: show duration and other information on video thumbnails'
'miniupnpc: automatic port forwarding'
'desktop-file-utils: to add Hydrus to your desktop environment menus'
+ 'hydrus-docs: offline documentation'
'python-cbor2: cbor support in client-server communication'
'python-chardet: detect text encoding more accurately'
'python-cloudscraper: bypass cloudflare "checking your browser" challenges'
'python-dateutil: improved fuzzy date search'
+ 'python-psd-tools: handle PSD files and extract thumbnails'
'python-pympler: debug menus to profile memory usage'
'python-pyqt6-charts: display bandwidth usage charts'
'python-cryptography: to generate certificates for accessing client API and server via HTTPS'
@@ -33,7 +35,8 @@ optdepends=('ffmpeg: show duration and other information on video thumbnails'
# 'python-pyparsing: currently unused'
# 'speedcopy: may speed up file transfers'
'swftools: to display SWF thumbnails')
-source=("${_pkgname}::git+https://github.com/hydrusnetwork/${_pkgname}.git#commit=6efda30e6b52ea688326769485c4e2728f3c3cde"
+conflicts=(hydrus-docs-dummy)
+source=("${_pkgname}::git+https://github.com/hydrusnetwork/${_pkgname}.git#commit=23ac2f59679e470ea530255cbebe89e6a4a17ba4"
paths-in-opt.patch
hydrus-client
hydrus-server