summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-11-03 15:14:22 -0600
committerMark Wagie2023-11-03 15:14:22 -0600
commitcaace32a23b0ee42761da2090847cae22fd86910 (patch)
tree0e9467a6e598a2457032b4e05e4253a1655fd9f8
parent01b3b18aa2958d4a4d89b0513b8a5ffcf3601835 (diff)
downloadaur-caace32a23b0ee42761da2090847cae22fd86910.tar.gz
add opt dep
-rw-r--r--.SRCINFO29
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 30 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56118b6f08d1..e69de29bb2d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,29 +0,0 @@
-pkgbase = marker-git
- pkgdesc = Markdown editor for linux made with Gtk+-3.0
- pkgver = 2023.05.02.r11.gae508ff7
- pkgrel = 1
- url = https://fabiocolacio.github.io/Marker
- arch = x86_64
- license = GPL3
- checkdepends = appstream-glib
- makedepends = git
- makedepends = itstool
- makedepends = meson
- depends = gtksourceview3
- depends = gtkspell3
- depends = webkit2gtk-4.1
- optdepends = pandoc: export to HTML, PDF, RTF, OTF, DOCX, LaTeX
- provides = marker
- conflicts = marker
- source = git+https://github.com/fabiocolacio/Marker.git
- source = git+https://github.com/Mandarancio/scidown.git
- source = git+https://github.com/Mandarancio/charter.git
- source = git+https://github.com/codeplea/tinyexpr.git
- source = add_gi18n_h.patch
- sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = a549a622d3d58936643f4932235711c03a38550d09266e1863a936e41618b661
-
-pkgname = marker-git
diff --git a/PKGBUILD b/PKGBUILD
index b7d02a58fad5..95601691150b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ license=('GPL3')
depends=('gtksourceview3' 'gtkspell3' 'webkit2gtk-4.1')
makedepends=('git' 'itstool' 'meson')
checkdepends=('appstream-glib')
-optdepends=('pandoc: export to HTML, PDF, RTF, OTF, DOCX, LaTeX')
+optdepends=('pandoc: export to HTML, PDF, RTF, OTF, DOCX, LaTeX'
+ 'yelp: in-app help)
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
source=('git+https://github.com/fabiocolacio/Marker.git'