summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-03-27 10:14:09 -0600
committerMark Wagie2024-03-27 10:14:09 -0600
commitee1405349f7d20e179d261f3ac60f4377ad9c4ac (patch)
tree063b958fc0f300843a3bf743fa349711f760c9aa
parentf984d3c5b03db55d6ec8f155875636de5b774549 (diff)
downloadaur-ee1405349f7d20e179d261f3ac60f4377ad9c4ac.tar.gz
update deps
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64d9a9687552..42a37984d760 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = apostrophe-git
pkgdesc = A distraction free Markdown editor for GNU/Linux made with GTK+
- pkgver = 2.6.3.r289.g5085803
+ pkgver = 2.6.3.r327.g5666e17
pkgrel = 1
url = https://world.pages.gitlab.gnome.org/apostrophe
arch = any
@@ -9,9 +9,9 @@ pkgbase = apostrophe-git
makedepends = git
makedepends = meson
makedepends = gobject-introspection
- depends = ttf-fira-mono
- depends = ttf-fira-sans
- depends = libadwaita>=1.5
+ depends = gtksourceview5
+ depends = libadwaita
+ depends = libspelling
depends = python-cairo
depends = python-chardet
depends = python-gobject
@@ -23,6 +23,8 @@ pkgbase = apostrophe-git
depends = webkitgtk-6.0
optdepends = mathjax: for formula preview
optdepends = texlive-bin: for the pdftex module
+ optdepends = ttf-fira-mono: recommended Mono font
+ optdepends = ttf-fira-sans: recommended Sans font
provides = apostrophe
conflicts = apostrophe
source = git+https://gitlab.gnome.org/World/apostrophe.git
diff --git a/PKGBUILD b/PKGBUILD
index d86bac664089..e6caf2555dd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
# Contributor: Kimiblock
# Contributor: Philip Goto <philip.goto@gmail.com>
pkgname=apostrophe-git
-pkgver=2.6.3.r289.g5085803
+pkgver=2.6.3.r327.g5666e17
pkgrel=1
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=(
- 'ttf-fira-mono'
- 'ttf-fira-sans'
- 'libadwaita>=1.5'
+ 'gtksourceview5'
+ 'libadwaita'
+ 'libspelling'
'python-cairo'
'python-chardet'
'python-gobject'
@@ -32,6 +32,8 @@ checkdepends=('appstream')
optdepends=(
'mathjax: for formula preview'
'texlive-bin: for the pdftex module'
+ 'ttf-fira-mono: recommended Mono font'
+ 'ttf-fira-sans: recommended Sans font'
)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")