summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Serajnik2021-10-30 15:43:43 +0200
committerMichael Serajnik2021-10-30 15:43:43 +0200
commitfaacef2d460d5bc50c73a55576a6838f868aa8ae (patch)
treef7ef8938441c8226c53412b90d9c60085cb30488
parent10a3646256b28eab4aa3b41be100a4af4fabbfec (diff)
downloadaur-faacef2d460d5bc50c73a55576a6838f868aa8ae.tar.gz
Add python-service-identity as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 475068cdbbe5..f0b6a51d7d49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hydrus-git
pkgdesc = Danbooru-like image tagging and searching system for the desktop
- pkgver = 448.r0.g212088ba
+ pkgver = 459.3.r0.g0dfba5a8
pkgrel = 1
url = http://hydrusnetwork.github.io/hydrus/
install = hydrus.install
@@ -23,6 +23,7 @@ pkgbase = hydrus-git
depends = python-qtpy
depends = emoji-font
depends = python-mpv
+ depends = python-service-identity
depends = qt5-python-bindings
optdepends = ffmpeg: show duration and other information on video thumbnails
optdepends = miniupnpc: automatic port forwarding
diff --git a/PKGBUILD b/PKGBUILD
index 5000cee9650f..451286271a41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
DOC_DIRS=("opt/hydrus/help")
pkgname=hydrus-git
_pkgname=hydrus
-pkgver=448.r0.g212088ba
+pkgver=459.3.r0.g0dfba5a8
pkgrel=1
pkgdesc="Danbooru-like image tagging and searching system for the desktop"
arch=("any")
@@ -12,7 +12,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"
- "qt5-python-bindings")
+ "python-service-identity" "qt5-python-bindings")
makedepends=("git")
optdepends=("ffmpeg: show duration and other information on video thumbnails"
"miniupnpc: automatic port forwarding"