summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Serajnik2021-05-12 23:57:49 +0200
committerMichael Serajnik2021-05-12 23:57:49 +0200
commit9122a8f1c6514e20290d47af93125b945a8ab9a5 (patch)
treea95fe38c64e8eff8fd28ba4606bb2b9df11fa872
parent550daac630fa866618bc0b13b60d68a760732bea (diff)
downloadaur-9122a8f1c6514e20290d47af93125b945a8ab9a5.tar.gz
Update for v439
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b4348499ab6..483678eb7c94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hydrus
pkgdesc = Danbooru-like image tagging and searching system for the desktop
- pkgver = 438
+ pkgver = 439
pkgrel = 1
url = http://hydrusnetwork.github.io/hydrus/
install = hydrus.install
@@ -23,7 +23,7 @@ pkgbase = hydrus
depends = python-qtpy
depends = emoji-font
depends = python-mpv
- depends = pyside2
+ depends = qt5-python-bindings
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
@@ -33,7 +33,7 @@ pkgbase = hydrus
conflicts = hydrus-docs
conflicts = hydrus-sources
options = !strip
- source = hydrus::git+https://github.com/hydrusnetwork/hydrus.git#commit=458838c4b8a5a984d5b9c63cc5a841de62d195dd
+ source = hydrus::git+https://github.com/hydrusnetwork/hydrus.git#commit=4d9199bfaa34ded543aa5e55c73d391ad6bc7ef0
source = paths-in-opt.patch
source = hydrus-client
source = hydrus-server
diff --git a/PKGBUILD b/PKGBUILD
index 1243d1a71139..9f4b449c414e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ DOC_DIRS=(opt/hydrus/help)
pkgbase=hydrus
pkgname=(hydrus)
-pkgver=438
+pkgver=439
pkgrel=1
pkgdesc="Danbooru-like image tagging and searching system for the desktop"
arch=(any)
@@ -16,7 +16,7 @@ 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 python-qtpy emoji-font python-mpv
- pyside2)
+ qt5-python-bindings)
makedepends=(git)
optdepends=('ffmpeg: show duration and other information on video thumbnails'
'miniupnpc: automatic port forwarding'
@@ -24,7 +24,7 @@ optdepends=('ffmpeg: show duration and other information on video thumbnails'
'python-cloudscraper: bypass cloudflare "checking your browser" challenges'
'python-pyqt5-chart: display bandwidth usage charts'
'python-pyopenssl: to generate certificates for accessing client API and server via HTTPS')
-source=("${pkgbase}::git+https://github.com/hydrusnetwork/${pkgbase}.git#commit=458838c4b8a5a984d5b9c63cc5a841de62d195dd"
+source=("${pkgbase}::git+https://github.com/hydrusnetwork/${pkgbase}.git#commit=4d9199bfaa34ded543aa5e55c73d391ad6bc7ef0"
paths-in-opt.patch
hydrus-client
hydrus-server