summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScore_Under2022-01-02 15:49:27 +0000
committerScore_Under2022-01-02 15:49:27 +0000
commit9e1d6a1db4ddadb837bca4db7607b2c3e25d78a1 (patch)
treec0ba8e16ad53296a284482e4f2f08b38c7ce2a63
parent8a592cdc856326bff2cf9ccd0164096334fcc23d (diff)
downloadaur-9e1d6a1db4ddadb837bca4db7607b2c3e25d78a1.tar.gz
Depend on pyside2 (the dev tests on this only)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1956c469c14..0b4bb0d9216d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hydrus
pkgdesc = Danbooru-like image tagging and searching system for the desktop
pkgver = 467
- pkgrel = 1
+ pkgrel = 2
url = http://hydrusnetwork.github.io/hydrus/
install = hydrus.install
arch = any
@@ -26,6 +26,7 @@ pkgbase = hydrus
depends = python-service-identity
depends = qt5-python-bindings
depends = fmt
+ depends = pyside2
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 4c2b679869d2..7f27f10bea34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ DOC_DIRS=(opt/hydrus/help)
pkgbase=hydrus
pkgname=(hydrus)
pkgver=467
-pkgrel=1
+pkgrel=2
pkgdesc="Danbooru-like image tagging and searching system for the desktop"
arch=(any)
license=(WTFPL)
@@ -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
- python-service-identity qt5-python-bindings fmt)
+ python-service-identity qt5-python-bindings fmt pyside2)
makedepends=(git)
optdepends=('ffmpeg: show duration and other information on video thumbnails'
'miniupnpc: automatic port forwarding'