aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-09-29 09:08:11 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:43 +0200
commit3098b3ec5ff72a503350bacebb439b6389370a2a (patch)
tree421220993baaaddde116669b546003bcdb9a0fee /PKGBUILD
parent9c816c5386b8eebfcd3433d79f1251e6aec84ed9 (diff)
downloadpkgbuilds-3098b3ec5ff72a503350bacebb439b6389370a2a.tar.xz
termite: needs at least vte 0.38.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b05d6f..c2e3421 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url="https://github.com/thestinger/termite/"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('atk' 'cairo' 'glibc' 'glib2' 'gcc-libs' 'gtk3' 'pango' 'vte3-select-text-git')
+depends=('atk' 'cairo' 'glibc' 'glib2' 'gcc-libs' 'gtk3' 'pango' 'vte3-select-text-git>=0.38.0')
makedepends=('git')
provides=('termite')