summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAustin Riba2018-09-07 09:11:23 -0700
committerAustin Riba2018-09-07 09:11:23 -0700
commit0086caf176a4bb08aeb34a95ef3fdbd9e847f10b (patch)
tree38aa8516fc12f84d499214898c62cac6a7f94b0e /PKGBUILD
parent754e93ed261408c73c56aa6bb39eebe20513eac5 (diff)
downloadaur-0086caf176a4bb08aeb34a95ef3fdbd9e847f10b.tar.gz
Add optdepends on noto-fonts-emoji
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4bb9d694344..e1671955a1c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Austin Riba <austin@m51.io>
pkgname=tuimoji
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="A terminal based emoji browser"
arch=('any')
url="https://github.com/Fingel/tuimoji"
license=('GPLV3')
depends=('python-setuptools' 'python-urwid' 'xclip')
+optdepends=('noto-fonts-emoji: Google font providing full color emojis')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('29990d30146387781643fc409865d687')