summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAustin Riba2018-09-07 09:11:23 -0700
committerAustin Riba2018-09-07 09:11:23 -0700
commit0086caf176a4bb08aeb34a95ef3fdbd9e847f10b (patch)
tree38aa8516fc12f84d499214898c62cac6a7f94b0e
parent754e93ed261408c73c56aa6bb39eebe20513eac5 (diff)
downloadaur-tuimoji.tar.gz
Add optdepends on noto-fonts-emoji
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c3cd6407676..63d8b8317f53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = tuimoji
pkgdesc = A terminal based emoji browser
pkgver = 1.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Fingel/tuimoji
arch = any
license = GPLV3
depends = python-setuptools
depends = python-urwid
depends = xclip
+ optdepends = noto-fonts-emoji: Google font providing full color emojis
source = https://files.pythonhosted.org/packages/source/t/tuimoji/tuimoji-1.0.0.tar.gz
md5sums = 29990d30146387781643fc409865d687
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')