summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5037bccf1315..a23c0e069302 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hydrus
pkgdesc = Danbooru-like image tagging and searching system for the desktop
pkgver = 406
- pkgrel = 1
+ pkgrel = 2
url = http://hydrusnetwork.github.io/hydrus/
install = hydrus.install
arch = any
@@ -23,7 +23,6 @@ pkgbase = hydrus
depends = hdf5
depends = python-pyqt5
depends = python-qtpy
- depends = qt5-charts
depends = python-pyopenssl
depends = emoji-font
depends = python-mpv
@@ -31,6 +30,8 @@ pkgbase = hydrus
optdepends = miniupnpc: automatic port forwarding
optdepends = desktop-file-utils: to add Hydrus to your desktop environment menus
optdepends = python-cloudscraper: bypass cloudflare "checking your browser" challenges
+ optdepends = python-cloudscraper: bypass cloudflare "checking your browser" challenges
+ optdepends = python-pyqtchart: display bandwidth usage charts
conflicts = hydrus-docs
conflicts = hydrus-sources
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 1977c8ddb83c..bc06a28ba4d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ DOC_DIRS=(opt/hydrus/help)
pkgbase=hydrus
pkgname=(hydrus)
pkgver=406
-pkgrel=1
+pkgrel=2
pkgdesc="Danbooru-like image tagging and searching system for the desktop"
arch=(any)
license=(WTFPL)
@@ -15,14 +15,15 @@ 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-pyqt5 python-qtpy qt5-charts
- python-pyopenssl emoji-font python-mpv)
+ python-requests hdf5 python-pyqt5 python-qtpy python-pyopenssl
+ emoji-font python-mpv)
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-cloudscraper: bypass cloudflare "checking your browser" challenges'
+ 'python-pyqtchart: display bandwidth usage charts')
source=("${pkgbase}::git+https://github.com/hydrusnetwork/${pkgbase}.git#commit=82fc1c9b3ba079c07392d9d5cd3292705480d0bc"
paths-in-opt.patch
hydrus-client