summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Duck2019-09-08 20:30:25 -0700
committerJonathan Duck2019-09-08 20:30:25 -0700
commit44a1165687ae9f5a7fd2832c0ae15f66d74226d0 (patch)
tree7460f15c233783dadace30c10abb081e34109941
parent6b045cbf9b5431a532255eca7d53b38730c5b90b (diff)
downloadaur-44a1165687ae9f5a7fd2832c0ae15f66d74226d0.tar.gz
Add optdepends pandoc
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 899dded50c51..720177f505c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = typora
pkgdesc = Typora will give you a seamless experience as both a reader and a writer.
pkgver = 0.9.77
- pkgrel = 1
+ pkgrel = 2
url = https://typora.io/
arch = x86_64
license = custom:"Copyright (c) 2015 Abner Lee All Rights Reserved."
depends = gconf
depends = libxss
optdepends = noto-fonts-emoji: Or some other emoji font to see emojis
+ optdepends = pandoc: Import/export for extra file formats
source = https://typora.io/./linux/typora_0.9.77_amd64.deb
md5sums = 1b135c7b190f0b331075d0b2ef23b41f
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')