summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScore_Under2018-04-07 05:09:41 +0100
committerScore_Under2018-04-07 05:09:41 +0100
commitd2c93a16283bdcd8db589d139ce2facb6eb4bd92 (patch)
tree3f2df15af2f8e979bd8680d587945cb9b7d51dbc
parent4b76fc38f62f96cbd88fac79241bf31b8be227c0 (diff)
downloadaur-d2c93a16283bdcd8db589d139ce2facb6eb4bd92.tar.gz
Update for v301
Also remove dependency on wxpython (we use the phoenix version instead) and add dependency on gtkglext (required by opencv's python module)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f5c299185c5..0e14cd997b14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 29 16:00:54 UTC 2018
+# Sat Apr 7 03:36:47 UTC 2018
pkgbase = hydrus
pkgdesc = Danbooru-like image tagging and searching system for the desktop
- pkgver = 300
+ pkgver = 301
pkgrel = 1
url = http://hydrusnetwork.github.io/hydrus/
install = hydrus.install
@@ -10,7 +10,6 @@ pkgbase = hydrus
license = WTFPL
makedepends = git
depends = python2
- depends = wxpython
depends = opencv
depends = python2-beautifulsoup4
depends = python2-yaml
@@ -30,13 +29,14 @@ pkgbase = hydrus
depends = python2-requests
depends = hdf5
depends = python2-wxpython-phoenix
+ depends = gtkglext
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
conflicts = hydrus-docs
conflicts = hydrus-sources
options = !strip
- source = hydrus::git+https://github.com/hydrusnetwork/hydrus.git#commit=32dc66cb95a156497e1f380e549ebd0e6da05fdc
+ source = hydrus::git+https://github.com/hydrusnetwork/hydrus.git#commit=c8773bad861adc0c1daea36e52ce0448190f9557
source = paths-in-opt.patch
source = hydrus-client
source = hydrus-server
diff --git a/PKGBUILD b/PKGBUILD
index 3914b2d6e99f..da9c0d8e74eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ DOC_DIRS=(opt/hydrus/help)
pkgbase=hydrus
pkgname=(hydrus)
-pkgver=300
+pkgver=301
pkgrel=1
pkgdesc="Danbooru-like image tagging and searching system for the desktop"
arch=(any)
@@ -12,16 +12,17 @@ license=(WTFPL)
install=hydrus.install
conflicts=(hydrus-docs hydrus-sources)
url=http://hydrusnetwork.github.io/hydrus/
-depends=(python2 wxpython opencv python2-beautifulsoup4 python2-yaml
+depends=(python2 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 hdf5 python2-wxpython-phoenix)
+ python2-lxml python2-requests hdf5 python2-wxpython-phoenix
+ gtkglext)
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')
-source=("${pkgbase}::git+https://github.com/hydrusnetwork/${pkgbase}.git#commit=32dc66cb95a156497e1f380e549ebd0e6da05fdc"
+source=("${pkgbase}::git+https://github.com/hydrusnetwork/${pkgbase}.git#commit=c8773bad861adc0c1daea36e52ce0448190f9557"
paths-in-opt.patch
hydrus-client
hydrus-server