summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0ec45f65551..82641d550f2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hydrus
pkgdesc = Danbooru-like image tagging and searching system for the desktop
pkgver = 374
- pkgrel = 2
+ pkgrel = 3
url = http://hydrusnetwork.github.io/hydrus/
install = hydrus.install
arch = any
@@ -24,6 +24,7 @@ pkgbase = hydrus
depends = python-pyqt5
depends = python-qtpy
depends = qt5-charts
+ depends = python-pyopenssl
optdepends = ffmpeg: show duration and other information on video thumbnails
optdepends = miniupnpc: automatic port forwarding
optdepends = desktop-file-utils: to add Hydrus to your desktop environment menus
diff --git a/PKGBUILD b/PKGBUILD
index e47a821ec3ff..4559725ea87a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ DOC_DIRS=(opt/hydrus/help)
pkgbase=hydrus
pkgname=(hydrus)
pkgver=374
-pkgrel=2
+pkgrel=3
pkgdesc="Danbooru-like image tagging and searching system for the desktop"
arch=(any)
license=(WTFPL)
@@ -15,7 +15,8 @@ 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-requests hdf5 python-pyqt5 python-qtpy qt5-charts
+ python-pyopenssl)
makedepends=(git)
optdepends=('ffmpeg: show duration and other information on video thumbnails'
'miniupnpc: automatic port forwarding'