summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTest User2020-04-12 12:18:00 -0600
committerTest User2020-04-12 12:18:00 -0600
commit69d80729787ffd79ca237e5fa03a6567fe47fc41 (patch)
treef1536f9330f748e9b866e7ca7c8eeaf77293712e
parentdb1739073bf543926d95c8c6a1b320b92baedea9 (diff)
downloadaur-69d80729787ffd79ca237e5fa03a6567fe47fc41.tar.gz
removed redundant dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db6d58394bd4..432e09c81ddd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = apostrophe-git
makedepends = git
makedepends = meson
makedepends = appstream-glib
- depends = gtk3
depends = webkit2gtk
depends = gspell
depends = python-pypandoc
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'