summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-11-03 15:14:41 -0600
committerMark Wagie2023-11-03 15:14:41 -0600
commit14543e0a2798ff5a6a9f4fadf390c97a5a88ae63 (patch)
tree51bc58feed8630dad242ac23a78bdc3f5059168c
parentcaace32a23b0ee42761da2090847cae22fd86910 (diff)
downloadaur-14543e0a2798ff5a6a9f4fadf390c97a5a88ae63.tar.gz
add opt dep
-rw-r--r--.SRCINFO30
-rw-r--r--PKGBUILD2
2 files changed, 31 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e69de29bb2d1..4f4910baf954 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -0,0 +1,30 @@
+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
+ optdepends = yelp: in-app help
+ 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 95601691150b..7bf0449bdf15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=('gtksourceview3' 'gtkspell3' 'webkit2gtk-4.1')
makedepends=('git' 'itstool' 'meson')
checkdepends=('appstream-glib')
optdepends=('pandoc: export to HTML, PDF, RTF, OTF, DOCX, LaTeX'
- 'yelp: in-app help)
+ 'yelp: in-app help')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
source=('git+https://github.com/fabiocolacio/Marker.git'