summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScore_Under2017-07-29 20:43:16 +0100
committerScore_Under2017-07-29 20:43:16 +0100
commite350824809933b95d33ee7af54a6f1ad2d2deaa0 (patch)
tree0ddb9b184e05ca0ec3b068d3c3d4dac1cec05a25
parentc1240028f69b5fad9834bcdc9d77dde73553f22c (diff)
downloadaur-e350824809933b95d33ee7af54a6f1ad2d2deaa0.tar.gz
Add hdf5 dependency (really an opencv dep)
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f673e329bc44..975b4dbb290d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jul 29 18:50:50 UTC 2017
+# Sat Jul 29 19:40:22 UTC 2017
pkgbase = hydrus
pkgdesc = Danbooru-like image tagging and searching system for the desktop
pkgver = 266
- pkgrel = 1
+ pkgrel = 2
url = http://hydrusnetwork.github.io/hydrus/
install = hydrus.install
arch = any
@@ -28,6 +28,7 @@ pkgbase = hydrus
depends = python2-send2trash
depends = python2-lxml
depends = python2-requests
+ depends = hdf5
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 69b81732f77d..58946058ef65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ DOC_DIRS=(opt/hydrus/help)
pkgbase=hydrus
pkgname=(hydrus)
pkgver=266
-pkgrel=1
+pkgrel=2
pkgdesc="Danbooru-like image tagging and searching system for the desktop"
arch=(any)
license=(WTFPL)
@@ -13,9 +13,10 @@ install=hydrus.install
conflicts=(hydrus-docs hydrus-sources)
url=http://hydrusnetwork.github.io/hydrus/
depends=(python2 wxpython opencv python2-beautifulsoup4 python2-yaml
- hsaudiotag python2-pypdf2 python2-pafy 'python2-lz4>=0.10.1' python2-numpy
- python2-twisted python2-pillow python2-potr python2-flvlib python2-pysocks
- python2-psutil python2-send2trash python2-lxml python2-requests)
+ hsaudiotag python2-pypdf2 python2-pafy 'python2-lz4>=0.10.1'
+ python2-numpy python2-twisted python2-pillow python2-potr
+ python2-flvlib python2-pysocks python2-psutil python2-send2trash
+ python2-lxml python2-requests hdf5)
makedepends=(git)
optdepends=('ffmpeg: show duration and other information on video thumbnails'
'miniupnpc: automatic port forwarding'