summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScore_Under2023-04-23 18:44:25 +0100
committerScore_Under2023-04-23 18:44:25 +0100
commit43774e42380b50a4eb2555a9ba702368bf0fb2ff (patch)
treeaf4f2b2419a79c9a388a133a4aad89bde147d644
parent994b4a9999acbbd89f0a58d0184ef31ce210f991 (diff)
downloadaur-43774e42380b50a4eb2555a9ba702368bf0fb2ff.tar.gz
Bump pkgrel
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4cb55112ae3..55a26ae906cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,11 @@
pkgbase = hydrus
pkgdesc = Danbooru-like image tagging and searching system for the desktop
pkgver = 524
- pkgrel = 2
+ pkgrel = 3
url = http://hydrusnetwork.github.io/hydrus/
arch = any
license = custom
makedepends = git
- makedepends = mkdocs>=1.3.0
- makedepends = mkdocs-material
- makedepends = pymdown-extensions>=9.4
depends = python
depends = python-opencv
depends = python-beautifulsoup4
@@ -30,6 +27,7 @@ pkgbase = hydrus
depends = python-typing_extensions
depends = python-service-identity
depends = pyside6
+ depends = hydrus-docs>=524
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
@@ -42,8 +40,6 @@ pkgbase = hydrus
optdepends = python-cryptography: to generate certificates for accessing client API and server via HTTPS
optdepends = python-pyopenssl: to generate certificates for accessing client API and server via HTTPS
optdepends = swftools: to display SWF thumbnails
- conflicts = hydrus-docs
- conflicts = hydrus-sources
options = !strip
source = hydrus::git+https://github.com/hydrusnetwork/hydrus.git#commit=43ae2c2593c8e900b40460191b8379229578f52c
source = paths-in-opt.patch
diff --git a/PKGBUILD b/PKGBUILD
index 1f48106efd27..5c79db1facfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ options=(!strip) # Don't strip libs because there aren't any
pkgname=hydrus
_pkgname=hydrus
pkgver=524
-pkgrel=2
+pkgrel=3
pkgdesc="Danbooru-like image tagging and searching system for the desktop"
arch=(any)
license=(custom)