[arch-commits] Commit in marker/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Fri Jun 4 20:01:52 UTC 2021


    Date: Friday, June 4, 2021 @ 20:01:51
  Author: bgyorgy
Revision: 955936

Minor changes

Modified:
  marker/trunk/PKGBUILD

----------+
 PKGBUILD |   26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-04 19:55:28 UTC (rev 955935)
+++ PKGBUILD	2021-06-04 20:01:51 UTC (rev 955936)
@@ -5,22 +5,22 @@
 pkgver=2020.04.04.2
 pkgrel=3
 pkgdesc='Simple yet robust Markdown editor made with GTK'
-arch=(x86_64)
+arch=('x86_64')
 url='https://fabiocolacio.github.io/Marker/'
-license=(GPL3)
-depends=(gtksourceview3 gtkspell3 webkit2gtk)
-makedepends=(git meson)
+license=('GPL3')
+depends=('gtksourceview3' 'gtkspell3' 'webkit2gtk')
+makedepends=('git' 'meson')
 optdepends=('mathjax2: alternative backend for rendering formulas'
             'pandoc: export to RTF, ODT, DOCX')
 _commit=90f2667611a5017840dced736fd1ea801930a45f  # tags/2020.04.04.2^0
-source=(git+https://github.com/fabiocolacio/Marker.git#commit=$_commit
-        git+https://github.com/Mandarancio/scidown.git
-        git+https://github.com/Mandarancio/charter.git
-        git+https://github.com/codeplea/tinyexpr.git
-        mathjax.patch
-        elf_files_in_lib.patch
-        pdf-export.patch
-        optional-pandoc.patch)
+source=("git+https://github.com/fabiocolacio/Marker.git#commit=$_commit"
+        'git+https://github.com/Mandarancio/scidown.git'
+        'git+https://github.com/Mandarancio/charter.git'
+        'git+https://github.com/codeplea/tinyexpr.git'
+        'mathjax.patch'
+        'elf_files_in_lib.patch'
+        'pdf-export.patch'
+        'optional-pandoc.patch')
 sha256sums=('SKIP'
             'SKIP'
             'SKIP'
@@ -68,7 +68,7 @@
 
 build() {
   arch-meson Marker build
-  ninja -C build
+  meson compile -C build
 }
 
 package() {



More information about the arch-commits mailing list