summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Serajnik2021-04-04 20:38:25 +0200
committerMichael Serajnik2021-04-04 20:38:25 +0200
commit924dcea66e6b2c9ef746536d1dd288e9ba1589dd (patch)
tree51809fff78f9cb981fbe5ae05956d6bc3c1d515d
parent8f53407d01fb39aa567bb636d48664189ca001f9 (diff)
downloadaur-924dcea66e6b2c9ef746536d1dd288e9ba1589dd.tar.gz
Update dependencies to use new python-opencv package
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 594f3e2d20b2..9061e01cc71d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
pkgbase = hydrus
pkgdesc = Danbooru-like image tagging and searching system for the desktop
pkgver = 433
- pkgrel = 3
+ pkgrel = 4
url = http://hydrusnetwork.github.io/hydrus/
install = hydrus.install
arch = any
license = WTFPL
makedepends = git
depends = python
- depends = opencv
- depends = glew
- depends = vtk
+ depends = python-opencv
depends = python-beautifulsoup4
depends = python-yaml
depends = python-lz4>=0.10.1
@@ -22,7 +20,6 @@ pkgbase = hydrus
depends = python-send2trash
depends = python-html5lib
depends = python-requests
- depends = hdf5
depends = python-qtpy
depends = emoji-font
depends = python-mpv
diff --git a/PKGBUILD b/PKGBUILD
index cf42d8c17d36..23c098ae6b8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,17 +5,17 @@ DOC_DIRS=(opt/hydrus/help)
pkgbase=hydrus
pkgname=(hydrus)
pkgver=433
-pkgrel=3
+pkgrel=4
pkgdesc="Danbooru-like image tagging and searching system for the desktop"
arch=(any)
license=(WTFPL)
install=hydrus.install
conflicts=(hydrus-docs hydrus-sources)
url=http://hydrusnetwork.github.io/hydrus/
-depends=(python opencv glew vtk python-beautifulsoup4 python-yaml
+depends=(python 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 emoji-font python-mpv
+ python-requests python-qtpy emoji-font python-mpv
qt5-python-bindings)
makedepends=(git)
optdepends=('ffmpeg: show duration and other information on video thumbnails'