summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df0bca90b033..ce0b222284e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
# Maintainer: Jonathan Duck <duckbrain30@gmail.com>
pkgname=typora
pkgver=0.9.77
-pkgrel=1
+pkgrel=2
pkgdesc="Typora will give you a seamless experience as both a reader and a writer."
arch=('x86_64')
filename="${pkgname}_${pkgver}_amd64.deb"
license=('custom:"Copyright (c) 2015 Abner Lee All Rights Reserved."')
url="https://typora.io/"
depends=('gconf' 'libxss')
-optdepends=('noto-fonts-emoji: Or some other emoji font to see emojis')
+optdepends=(
+ 'noto-fonts-emoji: Or some other emoji font to see emojis'
+ 'pandoc: Import/export for extra file formats')
source=("https://typora.io/./linux/$filename")
md5sums=('1b135c7b190f0b331075d0b2ef23b41f')