summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorScore_Under2019-11-24 12:25:41 +0000
committerScore_Under2019-11-24 12:25:41 +0000
commit1c045514d789c9061af1512afa8c16243fffebde (patch)
treec3299e45b08df8f232525ece9653f10193657919 /PKGBUILD
parent9048bd9a04883f9f09b3dae3242dc1533c1a55bf (diff)
downloadaur-1c045514d789c9061af1512afa8c16243fffebde.tar.gz
Require emoji font (to correctly display some UI elements)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4559725ea87a..f9466477240a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ DOC_DIRS=(opt/hydrus/help)
pkgbase=hydrus
pkgname=(hydrus)
pkgver=374
-pkgrel=3
+pkgrel=4
pkgdesc="Danbooru-like image tagging and searching system for the desktop"
arch=(any)
license=(WTFPL)
@@ -16,7 +16,7 @@ depends=(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 hdf5 python-pyqt5 python-qtpy qt5-charts
- python-pyopenssl)
+ python-pyopenssl emoji-font)
makedepends=(git)
optdepends=('ffmpeg: show duration and other information on video thumbnails'
'miniupnpc: automatic port forwarding'