summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2022-05-22 01:00:45 +0300
committerIgor Dyatlov2022-05-22 01:00:45 +0300
commit3679da4424ac3373ff64e6e155ff21c32d47d22a (patch)
tree6080ed6ec47e0a5cbbee91b28f42337679d1ffe3
parentb1576f9afe4cc58d71e2756f4af8ac3b1961077e (diff)
downloadaur-3679da4424ac3373ff64e6e155ff21c32d47d22a.tar.gz
Updates
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00fc3d315b4e..f3fbd58cd3ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,19 @@
pkgbase = mdwriter-git
pkgdesc = Markdown Editor
pkgver = r26.796f36c
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.gnome.org/GabMus/mdwriter
arch = any
license = GPL3
- checkdepends = appstream-glib
+ checkdepends = appstream
makedepends = git
makedepends = meson
makedepends = gobject-introspection
- makedepends = blueprint-compiler-git
- depends = glib2
- depends = libadwaita-git
+ makedepends = blueprint-compiler
+ depends = gtksourceview5
+ depends = libadwaita
+ depends = python-markdown-del-ins
+ depends = webkit2gtk-5.0
provides = mdwriter
conflicts = mdwriter
source = git+https://gitlab.gnome.org/GabMus/mdwriter.git
diff --git a/PKGBUILD b/PKGBUILD
index 8fd85eace5a4..8cfb00ea4b4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Your Name <youremail@domain.com>
+# Maintainer: Igor Dyatlov <dyatlov.igor@protonmail.com>
pkgname=mdwriter-git
pkgver=r26.796f36c
-pkgrel=1
+pkgrel=2
pkgdesc="Markdown Editor"
arch=('any')
url="https://gitlab.gnome.org/GabMus/mdwriter"
license=('GPL3')
-depends=('glib2' 'libadwaita-git')
-makedepends=('git' 'meson' 'gobject-introspection' 'blueprint-compiler-git')
-checkdepends=('appstream-glib')
+depends=('gtksourceview5' 'libadwaita' 'python-markdown-del-ins' 'webkit2gtk-5.0')
+makedepends=('git' 'meson' 'gobject-introspection' 'blueprint-compiler')
+checkdepends=('appstream')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=(git+$url.git)