summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTest User2020-04-12 12:18:00 -0600
committerTest User2020-04-12 12:18:00 -0600
commit69d80729787ffd79ca237e5fa03a6567fe47fc41 (patch)
treef1536f9330f748e9b866e7ca7c8eeaf77293712e /PKGBUILD
parentdb1739073bf543926d95c8c6a1b320b92baedea9 (diff)
downloadaur-69d80729787ffd79ca237e5fa03a6567fe47fc41.tar.gz
removed redundant dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbbda60d8ecb..20cbf4a10ea1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A distraction free Markdown editor for GNU/Linux made with GTK+"
arch=('any')
url="https://gitlab.gnome.org/somas/apostrophe"
license=('GPL3')
-depends=('gtk3' 'webkit2gtk' 'gspell' 'python-pypandoc' 'python-regex' 'python-levenshtein'
+depends=('webkit2gtk' 'gspell' 'python-pypandoc' 'python-regex' 'python-levenshtein'
'python-pyenchant' 'python-gobject' 'python-cairo')
makedepends=('git' 'meson' 'appstream-glib')
optdepends=('texlive-core: Export as PDF files'