summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorScore_Under2022-12-11 09:39:37 +0000
committerScore_Under2022-12-11 09:39:37 +0000
commit9402d6baae6f4aab6420932e54457ee7e1744c9e (patch)
tree01f7f07e793799778503235ac8aeba2b6b5599f1 /PKGBUILD
parentb23679831158509c552c0b6b502492b9bda55dd2 (diff)
downloadaur-9402d6baae6f4aab6420932e54457ee7e1744c9e.tar.gz
Remove intermediate non-py2 jsmin dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3b09c99a540..03c93be4d8f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ DOC_DIRS=(opt/hydrus/help)
pkgname=hydrus
_pkgname=hydrus
pkgver=509
-pkgrel=1
+pkgrel=2
pkgdesc="Danbooru-like image tagging and searching system for the desktop"
arch=(any)
license=(WTFPL)
@@ -17,10 +17,7 @@ depends=(python python-opencv python-beautifulsoup4 python-yaml
python-pysocks python-psutil python-send2trash python-html5lib
python-requests python-qtpy emoji-font python-mpv
python-service-identity fmt pyside6)
-# NOTE: the normal python-jsmin package is unmaintained & orphan requests are
-# taking a very long time so working around it with a cheeky fork
-makedepends=(git python-jsmin-without-python2 'mkdocs>=1.3.0' mkdocs-material
- 'pymdown-extensions>=9.4')
+makedepends=(git 'mkdocs>=1.3.0' mkdocs-material 'pymdown-extensions>=9.4')
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'