summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dd1c82f490e..cf740455bc1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hydrus
pkgdesc = Danbooru-like image tagging and searching system for the desktop
- pkgver = 427
+ pkgver = 428
pkgrel = 1
url = http://hydrusnetwork.github.io/hydrus/
install = hydrus.install
@@ -22,7 +22,6 @@ pkgbase = hydrus
depends = python-requests
depends = hdf5
depends = python-qtpy
- depends = python-pyopenssl
depends = emoji-font
depends = python-mpv
depends = qt5-python-bindings
@@ -31,10 +30,11 @@ pkgbase = hydrus
optdepends = desktop-file-utils: to add Hydrus to your desktop environment menus
optdepends = python-cloudscraper: bypass cloudflare "checking your browser" challenges
optdepends = python-pyqtchart: display bandwidth usage charts
+ optdepends = python-pyopenssl: to generate certificates for accessing client API and server via HTTPS
conflicts = hydrus-docs
conflicts = hydrus-sources
options = !strip
- source = hydrus::git+https://github.com/hydrusnetwork/hydrus.git#commit=b4d495151b6b174f98ea05fd1a3ca3e2c40e937d
+ source = hydrus::git+https://github.com/hydrusnetwork/hydrus.git#commit=f0fc10e8de3de01de1d0e7bdea3cfd812bca8c97
source = paths-in-opt.patch
source = hydrus-client
source = hydrus-server
diff --git a/PKGBUILD b/PKGBUILD
index 614ac53496a0..3c1c73089694 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ DOC_DIRS=(opt/hydrus/help)
pkgbase=hydrus
pkgname=(hydrus)
-pkgver=427
+pkgver=428
pkgrel=1
pkgdesc="Danbooru-like image tagging and searching system for the desktop"
arch=(any)
@@ -15,15 +15,16 @@ url=http://hydrusnetwork.github.io/hydrus/
depends=(python opencv python-beautifulsoup4 python-yaml
'python-lz4>=0.10.1' python-numpy python-twisted python-pillow
python-pysocks python-psutil python-send2trash python-html5lib
- python-requests hdf5 python-qtpy python-pyopenssl emoji-font
- python-mpv qt5-python-bindings)
+ python-requests hdf5 python-qtpy emoji-font python-mpv
+ qt5-python-bindings)
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'
'python-cloudscraper: bypass cloudflare "checking your browser" challenges'
- 'python-pyqtchart: display bandwidth usage charts')
-source=("${pkgbase}::git+https://github.com/hydrusnetwork/${pkgbase}.git#commit=b4d495151b6b174f98ea05fd1a3ca3e2c40e937d"
+ 'python-pyqtchart: display bandwidth usage charts'
+ 'python-pyopenssl: to generate certificates for accessing client API and server via HTTPS')
+source=("${pkgbase}::git+https://github.com/hydrusnetwork/${pkgbase}.git#commit=f0fc10e8de3de01de1d0e7bdea3cfd812bca8c97"
paths-in-opt.patch
hydrus-client
hydrus-server