summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFalk Alexander Seidl2019-12-25 10:52:39 +0100
committerFalk Alexander Seidl2019-12-25 10:52:39 +0100
commitc8811d1a871561c402f694474358660eb39e663d (patch)
treefb85aa0959a263d61818ff592e30a92ac27ad311 /PKGBUILD
parentffc66eddae8e7146427c9a243c2ca751e3a1f7ef (diff)
downloadaur-c8811d1a871561c402f694474358660eb39e663d.tar.gz
Add gspell dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5dd887257fb9..c488ee131c6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="LaTeX editor written in Python with Gtk"
arch=('i686' 'x86_64')
url="https://github.com/cvfosammmm/Setzer"
license=('GPL3')
-depends=('gtk3' 'gtksourceview3' 'poppler-glib' 'texlive-core')
+depends=('gtk3' 'gtksourceview3' 'poppler-glib' 'texlive-core' 'gspell')
makedepends=('git')
source=("git+https://github.com/cvfosammmm/Setzer")
md5sums=('SKIP')