summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6062084337bc..93f685f174de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = typora
license = custom:"Copyright (c) 2014 GitHub Inc."
depends = gconf
depends = libxss
+ optdepends = noto-fonts-emoji: Or some other emoji font to see emojis
source = https://typora.io/./linux/typora_0.9.47_amd64.deb
md5sums = 8f34de87e104c9a5e2adb241ada8a622
diff --git a/PKGBUILD b/PKGBUILD
index 8fd13f26109c..d745bf01209b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ filename="${pkgname}_${pkgver}_amd64.deb"
license=('custom:"Copyright (c) 2014 GitHub Inc."')
url="https://typora.io/"
depends=('gconf' 'libxss')
+optdepends=('noto-fonts-emoji: Or some other emoji font to see emojis')
source=("https://typora.io/./linux/$filename")
md5sums=('8f34de87e104c9a5e2adb241ada8a622')