summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNazar Vinnichuk2020-04-05 22:05:34 +0300
committerNazar Vinnichuk2020-04-05 22:05:34 +0300
commit5665abceff8b5e2d1f285bc96fd5a502f3e190b1 (patch)
tree947b56e3d6820818d00aa41644250648df372cda
parent6a6b947bb4b7867e13ba89836e16dcb72987a224 (diff)
downloadaur-5665abceff8b5e2d1f285bc96fd5a502f3e190b1.tar.gz
Remove the direct dependency on GTK.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05d265d201a4..371dd018d382 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A Vim-ish terminal emulator written and expandable in Python."
url="http://github.com/Kharacternyk/${_pkgname}"
arch=('any')
license=('GPL-3')
-depends=('python-gobject' 'gtk3' 'vte3')
+depends=('python-gobject' 'vte3')
makedepends=('git')
conflicts=("${_pkgname}")
source=("${_pkgname}::git+https://github.com/Kharacternyk/${_pkgname}.git#branch=master")