summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD30
1 files changed, 24 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed8bea12f282..444d234400a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,31 @@ pkgdesc="A distraction free Markdown editor for GNU/Linux made with GTK+"
arch=('any')
url="https://world.pages.gitlab.gnome.org/apostrophe"
license=('GPL-3.0-or-later')
-depends=('gspell' 'libhandy' 'otf-fira-mono' 'otf-fira-sans' 'python-cairo'
- 'python-chardet' 'python-gobject' 'python-levenshtein' 'python-pyenchant'
- 'python-pypandoc' 'python-regex' 'python-setuptools' 'webkit2gtk-4.1')
-makedepends=('meson' 'gobject-introspection' 'sassc')
-optdepends=('texlive-bin: for the pdftex module'
- 'mathjax: for formula preview')
+depends=(
+ 'gspell'
+ 'libhandy'
+ 'otf-fira-mono'
+ 'otf-fira-sans'
+ 'python-cairo'
+ 'python-chardet'
+ 'python-gobject'
+ 'python-levenshtein'
+ 'python-pyenchant'
+ 'python-pypandoc'
+ 'python-regex'
+ 'python-setuptools'
+ 'webkit2gtk-4.1'
+)
+makedepends=(
+ 'gobject-introspection'
+ 'meson'
+ 'sassc'
+)
checkdepends=('appstream-glib')
+optdepends=(
+ 'mathjax: for formula preview'
+ 'texlive-bin: for the pdftex module'
+)
source=("https://gitlab.gnome.org/World/apostrophe/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz"
'Allow-building-with-webkitgtk-4.1.patch')
sha256sums=('6f73c80146af0820ec705ec8b32ec64f0f323f51de6b6a4cfd4d02f0719876f3'