summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2018-01-17 20:45:53 +0100
committerJosip Ponjavic2018-01-17 20:45:53 +0100
commit08cd2ddf11130e75e009336f64a77e24a8cc9054 (patch)
tree45c233b411f631bd6962f848ea761a3261eb5a51
parentf439f179973459af6a9bc92b7277c185fc6486b8 (diff)
downloadaur-08cd2ddf11130e75e009336f64a77e24a8cc9054.tar.gz
add gtkspell3 to depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3660c1261e40..305c12f0c09d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = marker-git
pkgdesc = A gtk3 markdown editor
- pkgver = 2017.11.01.r0.g952eab1
+ pkgver = 2018.01.09.r116.g0323bd56
pkgrel = 1
url = https://github.com/fabiocolacio/Marker
- arch = i686
arch = x86_64
license = GPL3
makedepends = git
makedepends = meson
depends = gtksourceview3
+ depends = gtkspell3
depends = webkit2gtk
optdepends = pandoc: export to HTML, PDF, RTF, OTF, DOCX, LaTeX
provides = marker
diff --git a/PKGBUILD b/PKGBUILD
index cc76dc991955..c50f4d8131b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor:
pkgname=marker-git
-pkgver=2017.11.01.r0.g952eab1
+pkgver=2018.01.09.r116.g0323bd56
pkgrel=1
pkgdesc="A gtk3 markdown editor"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://github.com/fabiocolacio/Marker"
license=('GPL3')
-depends=('gtksourceview3' 'webkit2gtk')
+depends=('gtksourceview3' 'gtkspell3' 'webkit2gtk')
makedepends=('git' 'meson')
optdepends=('pandoc: export to HTML, PDF, RTF, OTF, DOCX, LaTeX')
provides=("${pkgname%-*}")