From 23149d353ea525bf757812549b83b99ece9f1f94 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Sat, 26 Nov 2016 09:15:13 +0100 Subject: [PATCH] terminator: fix dependencies --- srcpkgs/terminator/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template index b64e6aa8cd4..55ba35fe5e1 100644 --- a/srcpkgs/terminator/template +++ b/srcpkgs/terminator/template @@ -1,11 +1,11 @@ # Template file for 'terminator' pkgname=terminator version=1.0 -revision=1 +revision=2 build_style=python2-module hostmakedepends="python intltool" -makedepends="vte3-devel" -depends="desktop-file-utils vte3 python-psutil" +makedepends="vte-python" +depends="desktop-file-utils python-vte python-psutil" pycompile_module="terminatorlib" short_desc="Tiling terminal emulator application" maintainer="Enno Boland "